Scenario is like this:
In Bug issue, if Resolution category has its value as "Post Go-Live RFLX Config Chg" then in that situation issue should be closed with other custom fields as Done, Other than this if Resolution category has different values then this condition should be ignored and a user can close the ticket normally.
@Eshwar Palem , I'm trying to understand your request better. Are you saying that if someone manually marks an issue as Done w/ a Resolution of "Post..." then you want other values to be automatically updated? Or are you saying that if someone sets a custom field to some value you want the issue to transition to Done? Or maybe something else?
hello @Jack Brickey ,
If there is a custom field with three values. I want to apply a condition only on a single value for the next tranisition and for the other values the next transition should be done without any restriction.
Regards,
Eshwar Palem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
so my current suggestion based on your input would be to do this w/ an addon like Automation for Jira. there is a free lite version that gives you 300 automations/month. Basically:
WHEN: the specific transition occurs
IF: custom-field = xxx
THEN: issue is closed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah in that case we need to write a Script. BTW thank you for that.
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.