Hello All,
Request: Automate the transition to closed status of ABC project tickets.
We are using the dates in Fix Version field and only transition the tickets whose tickets Fix version value is upcoming release date. If you can see the below snip only those tickets whose value is 2023-06-03 should be closed.
Note: We are using JWT plugin for Automation since we don't have the Automations in Jira Data Center.
Kindly help me on this.
TIA,
Venu
Hi @Venugopal Paladi ,
To assist you, I'd need a bit more information:
Yes, We are simply relying on using dates as version names.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Venugopal Paladi ,
You can add a Post function on your workflow status transition form XYZ to Done and add the JWT Issue Transition Parameters.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Manoj Gangwar
But I think this is like manual process on every Saturday that we are doing already.
Every time we should go and change the dates on multiple workflows is bit hard.
Thanks,
Venu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there any alternative in the automation which picks up the latest upcoming Release version and close only those tickets?
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you try after replacing the JQL Condition to below?
%{issue.fixVersions}= "earliestUnreleasedVersion()"
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.
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.