Everytime I create a project I have to go to the Versions section of the project and create a list of Versions that are the same every time, ie, weekly releases.
Does there exist current functionality for this OR can someone point me to how I might be able to write a small plugin that will just create this list for me? For example, pass in start date and it generates a list of weekly versions based on that start date.
Thanks in advance!
You can use the JIRA CLI addVersion action. Put a bunch of those in file and run using the run action or write a little script to something fancier. Should have also mentioned you can use the copyVersion or copyVersions actions.
https://bitbucket.org/bob_swift/jira-cli/src/ea0def7f96e3/src/main/resources/examples/runExample.txt is an example that contains some addVersion actions.
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.