Hello,
I'm struggling to work out a JQL query - I'd like it do do the following;
IF Cancellation Field (Custom Field) IS populated, set SLA to Cancellation Date.
Is this possible?
Thanks,
Dawid.
JQL is only used to return a list of issues, it cannot set anything. So ... you could use JQL to get all the issues where Cancellation field is populated by
Cancellation Field is not EMPTY
you would then need to use Bulk Update (or some other means) to do the second part.
In answer to your question, no it isn't possible.
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.