Issue status field value changes using REST API

srinivasan radhakrishnan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 6, 2013

HI,

I need to change the status field, when i create the issue through REST API. But i can't set the value for status when i create the issue.

Please explain the steps to enabling the status field in issue create screen.

2 answers

1 accepted

0 votes
Answer accepted
darylchuah
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 6, 2013

Hi there,

According to: https://answers.atlassian.com/questions/154568/jira-json-create-issue-with-status-resolved

The JIRA JSON Importer can set the resolution field in issues that it imports. But usually the resolution field (not Resolved) is not on the edit or create screen for an issue (and it should not be there). You could create the issue and then change the status using the appropriate REST method. More information athttps://answers.atlassian.com/questions/107630/jira-how-to-change-issue-status-via-rest

0 votes
David Pinn
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 6, 2013

When an issue is created, its initial status is determined by the workflow and workflow scheme associated with the project. To move the issue to a different status, you need to take the issue through a workflow transition.

Suggest an answer

Log in or Sign up to answer