We have several users that cannot update the Assignee field. This has happened somewhat recently, and I do not know of any changes that have been made. The permission helper looks fine, but the user still receives "Assignee cannot be edited" when trying to assign issues. Below is one example of the permission helper screen:
I have also tried clearing cache, different browsers etc. and that did not help.
It seems that users that are explicitly defined in the People settings of the project, (company managed) have retained their rights, but not others.
You can call the issuekey using REST API and it will return results of the new issuekey if the issue has been moved. You might want to refer http://docs.atlassian.com/jira/REST/latest/#id90715
This feature using REST API is however, only available iin JIRA 5.0 and later as stated in https://jira.atlassian.com/browse/JRA-26806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
The JQL feature for this is not yet available but has an improvement request in https://jira.atlassian.com/browse/JRA-30074?page=com.atlassian.streams.streams-jira-plugin:activity-stream-issue-tab
Hope this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was able to create a DB script that does this using the base script in: https://confluence.atlassian.com/display/JIRACOM/Example+SQL+queries+for+JIRA#ExampleSQLqueriesforJIRA-Findoldissueidsforissuesthathavebeenmoved
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.