The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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
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.
The 2020 acquisition of Mindville added powerful asset and configuration management capabilities to Jira Service Management in the form of Insight. Following the completion of that integration, custo...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.