File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -126,11 +126,11 @@ All methods based on docs from: https://developer.atlassian.com/docs/
126
126
* Crowd
127
127
- `Crowd Server `_
128
128
* 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
131
131
* 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
134
134
* Bitbucket:
135
135
- https://developer.atlassian.com/server/bitbucket/reference/rest-api/
136
136
- https://developer.atlassian.com/server/bitbucket/how-tos/command-line-rest/
Original file line number Diff line number Diff line change @@ -534,25 +534,25 @@ def get_object_type_attributes(
534
534
params = params ,
535
535
)
536
536
537
- ### Objecttype
537
+ # Objecttype
538
538
# TODO: Post objecttype {id} position:
539
539
# https://developer.atlassian.com/cloud/insight/rest/api-group-objecttype/#api-objecttype-id-position-post
540
540
# TODO: Post objecttype create:
541
541
# https://developer.atlassian.com/cloud/insight/rest/api-group-objecttype/#api-objecttype-create-post
542
542
543
- ### Insight ObjectTypeAttribute API
543
+ # Insight ObjectTypeAttribute API
544
544
# TODO: Post objecttypeattribute {objectTypeId}:
545
545
# https://developer.atlassian.com/cloud/insight/rest/api-group-objecttypeattribute/#api-objecttypeattribute-objecttypeid-post
546
546
# TODO: Put objecttypeattribute {objectTypeId} {id}:
547
547
# https://developer.atlassian.com/cloud/insight/rest/api-group-objecttypeattribute/#api-objecttypeattribute-objecttypeid-id-put
548
548
# TODO: Delete objecttypeattribute {id}:
549
549
# https://developer.atlassian.com/cloud/insight/rest/api-group-objecttypeattribute/#api-objecttypeattribute-id-delete
550
550
551
- ### Insight Progress API
551
+ # Insight Progress API
552
552
# TODO: Get progress category imports {id}:
553
553
# https://developer.atlassian.com/cloud/insight/rest/api-group-progress/#api-progress-category-imports-id-get
554
554
555
- ### Insight Config API
555
+ # Insight Config API
556
556
# TODO: Get config statustype:
557
557
# https://developer.atlassian.com/cloud/insight/rest/api-group-config/#api-config-statustype-get
558
558
# TODO: Post config statustype:
You can’t perform that action at this time.
0 commit comments