Skip to content

Commit d67a3e7

Browse files
committed
Polish Contributing.md
1 parent 587394b commit d67a3e7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CONTRIBUTING.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@ All methods based on docs from: https://developer.atlassian.com/docs/
126126
* Crowd
127127
- `Crowd Server`_
128128
* Advanced Roadmaps (formerly Portfolio for Jira)
129-
- `Portfolio for Jira`_
130-
- `Portfolio for Jira Teams`_
129+
- `Portfolio for Jira`_ - Advanced Roadmaps
130+
- `Portfolio for Jira Teams`_ - Advanced Roadmaps
131131
* Insight
132-
_`Insight Server`_
133-
_`Insight Cloud`_
132+
- `Insight Server`_ - Insight for Jira on-premises installation
133+
- `Insight Cloud`_ - Insight for Jira in Atlassian Cloud
134134
* Bitbucket:
135135
- https://developer.atlassian.com/server/bitbucket/reference/rest-api/
136136
- https://developer.atlassian.com/server/bitbucket/how-tos/command-line-rest/

atlassian/insight.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -534,25 +534,25 @@ def get_object_type_attributes(
534534
params=params,
535535
)
536536

537-
### Objecttype
537+
# Objecttype
538538
# TODO: Post objecttype {id} position:
539539
# https://developer.atlassian.com/cloud/insight/rest/api-group-objecttype/#api-objecttype-id-position-post
540540
# TODO: Post objecttype create:
541541
# https://developer.atlassian.com/cloud/insight/rest/api-group-objecttype/#api-objecttype-create-post
542542

543-
### Insight ObjectTypeAttribute API
543+
# Insight ObjectTypeAttribute API
544544
# TODO: Post objecttypeattribute {objectTypeId}:
545545
# https://developer.atlassian.com/cloud/insight/rest/api-group-objecttypeattribute/#api-objecttypeattribute-objecttypeid-post
546546
# TODO: Put objecttypeattribute {objectTypeId} {id}:
547547
# https://developer.atlassian.com/cloud/insight/rest/api-group-objecttypeattribute/#api-objecttypeattribute-objecttypeid-id-put
548548
# TODO: Delete objecttypeattribute {id}:
549549
# https://developer.atlassian.com/cloud/insight/rest/api-group-objecttypeattribute/#api-objecttypeattribute-id-delete
550550

551-
### Insight Progress API
551+
# Insight Progress API
552552
# TODO: Get progress category imports {id}:
553553
# https://developer.atlassian.com/cloud/insight/rest/api-group-progress/#api-progress-category-imports-id-get
554554

555-
### Insight Config API
555+
# Insight Config API
556556
# TODO: Get config statustype:
557557
# https://developer.atlassian.com/cloud/insight/rest/api-group-config/#api-config-statustype-get
558558
# TODO: Post config statustype:

0 commit comments

Comments
 (0)