Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Transition Conditions

Emily Wayman July 25, 2018

I'm playing around with workflow conditions, properties, triggers, etc. for the first time.  I found a condition that allows me to hide a transition from my Jira users, but the description of this action describes that the transition (when hidden) can only be triggered from a "workflow function".  See screenshot below.

 

Screen Shot 2018-07-25 at 4.03.00 PM.png

Does anyone know what "workflow function" means?  My users still need the option to make this particular transition when necessary.  But it's not a transition they will use every day / need to see all the time like they do now. 

Thoughts? 

2 answers

0 votes
Wouter Bruinings
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 Leaders.
July 26, 2018

Hi Emily, 

A workflow condition resolves to either true or false based on a certain rule. In case it resolves to false the transition will be hidden from your users. You will need to figure out what rule it is that will allow or not allow your users to see the transition.

The standard functionality lets you hide the transition from your users for example when they are not in a certain group or role defined by you. With standard JIRA functionality, you could also set a rule that a certain field needs to contain a certain value. There are quite some options

When these options are too limited, you could use a plugin like PowerScripts or Scriptrunner. These plugins allow you to write custom scripts and create practically any rule you'd want. 

Hope this helped. 

Regards, 
Wouter

0 votes
Shawn C
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 25, 2018

Hey Emily, 

Workflow Trigger is a function that you can link a Workflow with your development tools (BitBucket/GitHub) so that when an action occurs in the DevTools, it'll transition the linked Jira Issue. 

For example, if one of your Devs does a merge, that action 'trigger' in Jira and could close the related Issue.

Regards,

Shawn

Suggest an answer

Log in or Sign up to answer