Forums

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

Automatic transition on ticket creation

operations_vico-research_com March 11, 2020

I am pretty new to jira workflows. I want to automatically set the execution status of a ticket. We are using jira release v8.5.1.

 

Condition:

  • the ticket is in the status "Backlog"
  • the ticket is of type "Bug"
  • the ticket has priority "Blocker"

Transition:

  • Set status "Selected for development"

 

Is there a step by step tutorial which helps to understand how to configure this task?

1 answer

1 vote
Leo
Community Champion
March 11, 2020

Hi @operations_vico-research_com,

 

This can be achieved through Fast Track transition post-function(comes with scriptrunner add-on)

Steps to configure

1. Edit workflow and select Backlog transition

2. Post-function --> Scription Post-Function[ScriptRunner] --> Add

3.  select Fast-track transition an issue 

4. in Condition  --> 

    issue.issueType.name == 'Bug' && issue.priority?.name == 'Blocker'

5. In Action select "Selected for Development" transition

 

update the workflow and publish the same

 

BR,

Leo

operations_vico-research_com March 11, 2020

Is that also possible without adding / purchasing the ScriptRunner plugin to the installation?

Leo
Community Champion
March 11, 2020

Maybe you can find similar apps in marketplace but not sure how far that will help you to find free add-ons for this requirement

Suggest an answer

Log in or Sign up to answer