i need to hide workflow button while showing issue to user how to hide the workflow button like resolve issue to user?
Community moderators have prevented the ability to post new answers.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.