Creates an issue or a sub-task from a JSON representation. The fields that can be set on create, in either the fields parameter or the update parameter can be determined using the /rest/api/2/issue/createmeta resource. If a field is not configured to appear on the create screen, then it will not be in the createmeta, and a field validation error will occur if it is submitted. Creating a sub-task is similar to creating a regular issue, with two important differences:
boolean
Issue update bean
object
HistoryMetadata
array<EntityPropertyBean>
TransitionBean
object
Returns a link to the created issue.
1
2
3
4
5
curl --request POST \
--url 'http://{baseurl}/rest/api/2/issue' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
Archives a list of issues.