...
Expand | |||||
---|---|---|---|---|---|
| |||||
POST /rest/api/2/issue/{issueIdOrKey}/transitions Perform a transition on an issue. When performing the transition you can update or set other issue fields. The fields that can be set on transition, in either the fields parameter or the update parameter can be determined using the /rest/api/2/issue/{issueIdOrKey}/transitions?expand=transitions.fields resource. If a field is not configured to appear on the transition screen, then it will not be in the transition metadata, and a field validation error will occur if it is submitted. The updateHistory param adds the issues retrieved by this method to the current user's issue history, if set to true (by default, the issue history does not include issues retrieved via the REST API). You can view the issue history in the Jira application, via the Issues dropdown or by using the lastViewed JQL field in an issue search. RequestPath parametersissueIdOrKey Required string Issue id or key Body parametersfields historyMetadata properties Array<EntityPropertyBean> transition update Example
|
Expand | |||||
---|---|---|---|---|---|
| |||||
POST /rest/api/2/issue/{issueIdOrKey}/votes Adds voter (currently logged user) to particular ticket. You need to be logged in to use this method. RequestPath parametersissueIdOrKey Required string Issue id. Example
|
...
Atlassian's architecture documentation will help you understand Jira fundamentals and get a high-level perspective of Jira's dependencies.
...