I would like to add a new permission as a way to control the workflow but I don't see how to do this. Is it possible?
In particular, I would like to be able to restrict who can Create issues based on the issue Type. For example, UserA would be able to create any issue type in ProjectX, but UserB can only create TASKS.
Closing this issue.
I want to do this, how can i do it through javascript?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i don't think to restrict to create issues based on issuetype, see following issue
https://jira.atlassian.com/browse/JRA-5865
other way by using javascript & REST or validators you can do but not a permanent solution.
if you want to implement using javascript letme know
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I doubt the integrity checker would help with an index issue. Have you tried performing a manual re-index?
You may also want to considering trying to rebuild the index from scratch, see here:
http://confluence.atlassian.com/display/JIRAKB/Unable+to+Rebuild+JIRA+Index
Just note that re-indexing will lock your system down until it's complete.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.