The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Comment Channel Source on Jira Automation

Marcos Sciarra
May 2, 2022

I wonder if is there a way to know if a comment added comes from email / portal / api, etc.; channel source.

I would like to filter some automation depending on the source of the comment.

Kind regards!

Marcos

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

3 votes
Matthias Gaiser _K15t_
Community Champion
May 2, 2022

Hi @Marcos Sciarra

there is at least some pointer in that direction. Every incoming email adds a property to the comment with the key sd.comment.email.email.list. If this is present, you can assume the comment was posted via email.

If you'd like to use it in an Automation, you could add a trigger for comments and use a smart value like this one to access it:

{{comment.properties."sd.comment.email.email.list"}}

In order to have a look at the content of the comment properties, these REST endpoints might be helpful:

Hope this helps,
Matthias.

TAGS
AUG Leaders

Atlassian Community Events