Issues not appearing in Version

Mani Reddy April 23, 2018

We have an issue with existing fix version/s (1,2,3,4,5) in it. When we update it by adding one more fix version (6), the issue is not showing under the version (6) in "Release Module", however when we view the updated issue we can see the fix version field is updated with (1,2,3,4,5,6).

Correct behavior is achieved when we performed a re-index, however every time we add a fix version in the field we have to perform the re-index which sure isn't a good idea.

 

Any help would be appreciated. 

 

 

1 answer

0 votes
Mani Reddy April 24, 2018

Figured it out!! we are using a script to populate fix version and with in the script we used issue.store() which is depricated. Used IssueManager's updateIssue(...) method.

 

https://docs.atlassian.com/software/jira/docs/api/7.2.3/com/atlassian/jira/issue/IssueManager.html#updateIssue-com.atlassian.jira.user.ApplicationUser-com.atlassian.jira.issue.MutableIssue-com.atlassian.jira.issue.UpdateIssueRequest-

Suggest an answer

Log in or Sign up to answer