The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

help with editing issues JIRA REST API

David Koh
October 24, 2017

When I try to edit issues, I can edit assignee, description, summary, issue type, and priority. However, I cannot edit status, comments, or projects.

 

I found that maybe you can edit statuses via editing transitions. What is the difference between status and transition? 

 

If an issue is under Project A, is there nothing I can do to move the issue from Project A to Project B?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Nic Brough -Adaptavist-
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 Champions.
October 24, 2017

Status, project and comments are not fields.

Status can only be changed by moving the issue through the workflow.

Comments have their own API calls, as they're not fields.  Have a look at the REST API calls for api/2/issue/<issue>/comment

Changing the project (and in fact, issue type, if the source and target issue types are configured differently) requires a "move" action.  Last time I looked at the REST API, this was not available.  I suspect because it's a complex task that requires a load of checks for data compatibility.

TAGS
AUG Leaders

Atlassian Community Events