Forums

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

Integrity checker reports errors after status change through the API

XoJIoD September 8, 2012

Hello

I have a listener that changes issue status when assignee is changed.

Code looks like this:

MutableIssue issue = (MutableIssue) event.getIssue();

issue.setStatusObject(status);

issue.store();

And it looks working but integrity checker reports errors about this issues:

Check workflow current step entries

ERROR: TEST-13 - The current step associated with the workflow entry with id 11000 has an incorrect stepId. (JRA-4539)

What is the right way to change issue status?

1 answer

1 accepted

1 vote
Answer accepted
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 Leaders.
September 8, 2012

You can't just set a status, it's not a field.

It's an indication of where an issue is in the workflow, and as such you can't simply set it, you need to push the issue through the transitions in the workflow from status X to status Y.

Have a look in the api for IssueService.transition - that's the process you need.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events