i need to hide workflow button while showing issue to user how to hide the workflow button like resolve issue to user?
You could do so by putting a condition on the workflow transition:
Conditions
Conditions control who can perform a transition and the circumstances under which they can perform the transitions, such as their project permissions, the status of any sub-tasks, or the state of source code associated with issues.
If any part of a transition's condition fails, the user will not see the transition link on the'view issue' page.
https://confluence.atlassian.com/display/JIRA/Advanced+Workflow+Configuration
Just put a condition like "user is in group" on the transition and users who aren't part of thet group can't se the workflow button.
Cheers
Christian
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.