jira - version for project

Stanislaw Palak February 23, 2012

is possible add more than one version for project, sometimes i must add ten, twenty version in one time for one project and i need some advice how I can add many version in one click
Thanks for help

4 answers

0 votes
Renjith Pillai
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.
February 23, 2012

Another way is to do a simple wget of the corresponding jspa with the corresponding paramaters for adding a version. (you can use Firefox and Live HTTP Headers extension to find the right URL and parameters)

0 votes
Mizan
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.
February 23, 2012

Hi,

you can run a jelly script which adds versions in your jira /jira project . have a look at this example. you can add multiple versions using jelly as follows

<JiraJelly xmlns:jira="jelly:com.atlassian.jira.jelly.JiraTagLib">
<jira:CreateProject key="ABC" name="A Project" lead="logged-in-user">
<jira:AddVersion name="Ver 1"/>
<jira:AddVersion name="Ver 2"/>
<jira:AddVersion name="Ver 3"/>
<jira:AddVersion name="Ver 4"/>
<jira:AddVersion name="Ver 5"/>
</jira:CreateProject>
</JiraJelly>

This will add multiple versions in a jira project . Almost in a Click ;)

And remember you need to enable jelly on your jira instance . have a look at how to enable jelly . hope this helps :)

0 votes
Bob Swift OSS (Bob Swift Atlassian Apps)
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.
February 23, 2012

See https://answers.atlassian.com/questions/1775/versions-apply-to-several-projects/1776 . And if copy doesn't work for you, you can also use the JCLI to just create versions from a file.

0 votes
Colin Goudie
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.
February 23, 2012

What version of JIRA are you using? JIRA 4.4's project administration is all AJAX so you can add lots of JIRA versions fairly quickley in one go

Suggest an answer

Log in or Sign up to answer