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:
Transition:
Is there a step by step tutorial which helps to understand how to configure this task?
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
Is that also possible without adding / purchasing the ScriptRunner plugin to the installation?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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.