Add versions with jelly script - how to?

Rumceisz June 30, 2013

Dear All,

I try to create a Jelly script we could add lot of versions to a project easily.

I could create a simple jelly but we also need to set the start date and the release date of each version but we could not set these parameters (we didn't find the proper reference for this).

Can you please help?

<jira:AddVersion project-key='PROJECTKEY' name='VersionName' description=''/>

Thanks in advance for help!

Cheers,

Rumi

1 answer

1 accepted

0 votes
Answer accepted
Udo Brand
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.
June 30, 2013

You need to set releaseDate and schedule in your script as well. Please see here.

Rumceisz June 30, 2013

Thanks for the help!

Rumceisz June 30, 2013

What about start date?

Udo Brand
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.
June 30, 2013

There is no other attribute name, only the five: project-key, name , description, releaseDate and schedule

Suggest an answer

Log in or Sign up to answer