Cannot change status of a bug using Jira Ruby

Van Ngo February 2, 2016

I'm working with Jira-Ruby, I can definitely update summary, description, comment of a bug by using JIRA api with ruby but its status.

I have researched and see that Status seems to be not a field. JIRA just support to update some fields as 'https://developer.atlassian.com/jiradev/jira-apis/jira-rest-apis/jira-rest-api-tutorials/updating-an-issue-via-the-jira-rest-apis mentioned. 

I would like to know if JIRA  supports to change status of a bug via API using Ruby and HOW

 

Thank you.

1 answer

0 votes
Vasiliy Zverev
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.
February 2, 2016

Change status means to do a transition. It means that you need to:

  • trasition is allowed by condition
  • all fileds are set according to validators

Good luck.

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events