Hello All,
I wanted to add the large no of external versions to a "JIRA Project". I am using jelly script to add it.
Now I have the information regarding those versions that they are archived or not.
I wanted to add this attribute in the jelly script. As this attribute is not there in documentation of Jelly.
Can anyone please tell how add that attribute or is there any other way to add versions??
Please help me on this,
Thanks & Regards,
Renu
Hello All,
My problem is solved now. I used following statements to persist that version's value in the database.
<core:invoke on="${versionManager}" method="getVersion" var="version"> <core:arg type="java.lang.Long" value="Project id from jira"/> <!-- Project id for the version --> <core:arg type="java.lang.String" value="Your version name"/> <!-- version name --> </core:invoke>
Hello All,
For above my concern, about make version Archieved. I have written customised jelly scripts.
But now my problem is that value is not persisting in the database. IF I make any changes in the manage versions those versions which I have archieved using jelly script that are will become unarchieve.
Can any one please give solution of my concern??
Please its urgent !!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello All,
My problem is solved now. I used following statements to persist that version's value in the database.
<core:invoke on="${versionManager}" method="getVersion" var="version"> <core:arg type="java.lang.Long" value="Project id from jira"/> <!-- Project id for the version --> <core:arg type="java.lang.String" value="Your version name"/> <!-- version name --> </core:invoke>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Renu ,
which method you are using to archive/unarchive your versions ? Can you provide your script ? you can use the archiveVersion(Version version, boolean archive) of the VersionManager interface .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mizan,
I was using the method setArchieved method from Version interface. I will try the method you mentioned above.
Thanks,
Renu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.