How would one write a compare condition to check attachment extensions?

Deleted user July 20, 2017

Is it possible to configure a compare condition to match only certain file extensions?  We'd like to create a rule that does the following:

When:  Value changes for Attachment

If:  Compare two values (If the attachment is .xls or .xlsx)

Then:  Automatically assign to a specific user.

---------------------

I thought it might work with the following but I can't seem to get it to function:

 

First value:  {{#issue.fields.attachments}}{{filename}},{{/issue.fields.attachments}}

condition: Contains

Second value:  xls

 

--------------------------

Any guidance would be appreciated.

 

1 answer

0 votes
Nick Menere
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 20, 2017

Hey Sean,

 

This can be done using the following.

First value:

{{fieldChange.toString}}

This will print out something like: your-file.xls

Then use "matches regular expression"

Then use this as the regex:

^.*\.(xls|xlsx)$

Then simply add the Assign issue action to assign it the specifid user.

 

Hope this helps.

Cheers,

Nick 

Deleted user July 21, 2017

This worked perfectly.  Thanks for your assistance!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events