Why is the configuration of some fields e.g. "Sprint" locked by Jira and how can I unlock those fields again? Because in the old issues it's there and only in the newly created ones I can't add this field.
Hi Amanda!
Talking about the REST call relatedIssuesCount:
Returns a bean containing the number of fixed in and affected issues for the given version.
- Source: Get version related issues
I have seen this before, but the problem was resolved by removing the version via REST:
We can try re-indexing Jira data before jumping into the REST call to remove the version just to see if it'll be any significant improvement at performance level, but, since this could require a downtime (re-indexing using the Lock JIRA and rebuild index option), testing this within a staging environment may be a good option regarding best practices.
Best Regards.
Thanks Henrique. I'm happy to accept this answer in terms of REST API. Some users will be less familiar with REST, but it is something that admins can use as a workaround. A.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.