Automatation based on maildomain

Andreas Aufmuth November 27, 2018

For Jira SD I need to add (not replace existing!) components based on reporter's mailaddress.

Is there any way to do so?

Or is there another easy way to get the logged times for all tickets created by users with a specific mailaddress?

1 answer

1 accepted

0 votes
Answer accepted
Olga Videc
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 29, 2018

Hello, 

To filter based on a mail domain you need script runner, because of his function.

Do this go to your normal issue search go to advanced 

tissue function in issueFieldMatch("project !=xx ", "Request participants", "@emaildomain")

the first part doesn't have to project = something, it can be anything from JQL, the catch is that this function requires two parameters.

Then copy this JQL and use it in your automation, issue matches -> advanced -> paste JQL

I had the same issue a few months back, found no other solution, spent a few days searching for it.

Andreas Aufmuth November 30, 2018

thank you.

Suggest an answer

Log in or Sign up to answer