The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • i need to hide workflow button while showing issue to user how to hide the workflow button like resolve issue to user?

i need to hide workflow button while showing issue to user how to hide the workflow button like resolve issue to user?

selva kumar
July 31, 2013

i need to hide workflow button while showing issue to user how to hide the workflow button like resolve issue to user?

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
selva kumar
September 16, 2013

Yes thank you its working fine now

0 votes
Christian Czaia [Decadis AG]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
July 31, 2013

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