Development actions that can be performed by Jira users.
Each action is optional (unless indicated otherwise). The absence of an action indicates that the action is not supported by the provider.
associateRepository
Type | object |
Description | Action for fetching development repository for a given repository ID. If a repository with the given ID does not exist, the response should be a HTTP 404. Example requestThe 1
2
3
4
5
{
"id": "XXXX"
}
Example response1 2 3 4 5 6 7 8 9 10 11 12 13 14
Defines the URL template that is used when an action is invoked. For the create branch action, the following context parameters are supported: |
templateUrl |
|
createBranch
Type | object |
Description | Defines the URL template that is used when an action is invoked. For the create branch action, the following context parameters are supported: |
templateUrl |
|
createRepository
Type | object |
Description | Action for creating a new repository. Example requestThe If the input provided is invalid, then the response should be a HTTP 400. 1 2 3 4 5 6 7 8
Example response1 2 3 4 5 6 7 8 9 10 11 12 13 14
Defines the URL template that is used when an action is invoked. For the create branch action, the following context parameters are supported: |
templateUrl |
|
disassociateRepository
Type | object |
Description | The disassociate action is called when a container is disassociated from the Jira project which it was previously associated with. This action is called to notify the provider to stop syncing this container with Jira. Example requestThe 1 2 3 4 5
Defines the URL template that is used when an action is invoked. For the create branch action, the following context parameters are supported: |
templateUrl |
|
searchConnectedWorkspaces
Type | object |
Description | Action for showing any partial or full matches using a search on the connected development workspace name. Example requestThe 1 2 3
Example response1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Defines the URL template that is used when an action is invoked. For the create branch action, the following context parameters are supported: |
templateUrl |
|
searchRepositories
Type | object |
Description | Action for showing any partial or full matches using a search on the repository name. Note that the workspace which each repository is contained within must be returned as a property of each repository. Example requestThetemplateUrl property of this action will receive a GET request with optional query params searchQuery ,page and limit when this action is invoked.
- searchQuery : Optional, the users input. This should be searched for against the repository names, i.e. results for searchQuery="my-repo-n" should include "my-repo-name".
- page : Optional, the current page for returning paginated results (default to 1)
- limit : Optional, the number of items per page (default to 100)
1 2 3
Example response1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
Defines the URL template that is used when an action is invoked. For the create branch action, the following context parameters are supported: |
templateUrl |
|
Rate this page: