Hi,
Jira service issue can be raised by:
1 - Portal
2 - Jira (regular way to open a ticket).
I am looking for an automatic way to extract this information and put it in a field.
Thank, Yehuda
Hello @Yehuda Dembsky ,
Thanks for reaching out to Atlassian Community
You can achieve this via creating a filter and subscribe to it.
JQL to be used
request-channel-type = portal
request-channel-type = jira
NOTE: You can add other Condition like Project name or type, based on your requirement
Now if you want to store this in a specific field and also email you at the same time, you can use Automation for Jira
Please see below Rule:
1. If Block
2. Else Block
NOTE: You can add other actions Like send Email, based on your requirement
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.