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
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)
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 :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Spend the day sharpening your skills in Atlassian Cloud Organization Admin or Jira Administration, then take the exam onsite. Already ready? Take one - or more - of 12 different certification exams while you’re in Anaheim at Team' 25.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.