Hi
I have list of tickets like below
ARTPSD-34204
ARTPSD-34205, ... etc..
I would like to assign to specific user when the ticket is resolved. So i'm using Automation for JIRA plugin to do this. It's quite simple so i did it.
But the requirement is - ONLY issue key ends with even number should assign to specific user.
Ex. ARTPSD-34204, ARTPSD-34206, ARTPSD-34208 , etc...
I have tried few things, i couldn't achieve it.
Appreciate your kind help.
Thanks
Hi Kaviraj,
I see that you're using the automation for Jira plugin in order to automatically assign even numbered issues in this project to a particular user. Your regex query is close, but I can see why this is not working. Trying using a regular expression of
ARTPSD-[0-9]*[02468]\b
This will match all issues in that project that end with an even issuekey number. I tested this out in my Jira Server environment and it appears to work as desired. For background, I like to use a site called https://regexr.com/ in order to help me build my regular expressions. It has a helpful interface so you can see which lines in the text block below will be matched so that you can create your query to match appropriately.
Cheers,
Andy
Dear @Andy Heinzer
Thanks for your response, your regular expression is working fine for me.
Although, i have checked the below expression
ARTPSD-....2
its working fine too. but i think this wouldn't work for more/less than 5 digit like
ARTPSD-48
ARTPSD-123456
Anyhow, i will use your logic.
Thanks buddy :)
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.