Scripted Condition using Jira expressions

Today let us learn how to use Scripted condition on Jira Cloud.

Check whether the issue has an attachment of type pdf.


issue.attachments.filter(attachment => attachment.mimeType == 'application/pdf').length > 0

Check whether the issue has comments.

issue.comments
.length > 0

Learn about Jira expressions hereand take a look at some example conditions here.

Subscribe

* indicates required

Please confirm that you would like to from Sparxsys:

You can unsubscribe at any time by clicking the link in the footer of our emails. For information about our privacy practices, please visit our website.

We use Mailchimp as our marketing platform. By clicking below to subscribe, you acknowledge that your information will be transferred to Mailchimp for processing. Learn more about Mailchimp's privacy practices.

Want to contact me?