Forums

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

How can you set a default fix version for all tickets created in a specific project?

Rebecca Colett April 15, 2019

I want to default the fix version field to "Mobile Triage" for example. We have too many people creating tickets and often times forget to assign versions or don't know what version to assign to. Please help. Thanks!

1 answer

1 accepted

0 votes
Answer accepted
Alexey Matveev
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.
April 15, 2019

Hello,

I believe that you would need an add-on for it Something like Power Scripts, ScriptRunner, Automation for Jira.

If you want to use the Power Script add-on, the you could create a listener on the create issue event with a code like this:

if (project == "TEST" and isNull(fixVersions)) {

  fixVersions = {"version 1"};



if (project == "TEST2" and isNull(fixVersions)) {

  fixVersions = {"version 2"};

}

 

and so on

Rebecca Colett April 15, 2019

Thank you Alexey, would you suggest purchasing an add on like Power Script? Are there other use cases where having this add on would be useful?

Alexey Matveev
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.
April 15, 2019

It is a good add-on to add all kind of actions into your Jira. There are multiple cases you can use this add-on for. You can read more info here:

https://confluence.cprime.io/display/TR

Like Rebecca Colett likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events