ryanhoskin / pd2jira

Create JIRA tickets when a PagerDuty incident is triggered.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to see comments from/to Jira

Mihailoff opened this issue · comments

Wish list item :)

@Mihailoff Are you saying a PagerDuty note would then get added in JIRA and vise versa? It'd be pretty trivial to get the notes each time that the script runs each time a webhook is fired off. Thoughts?

Yes, exactly. The purpose of the Jira ticket is to collaborate on issue and therefore any notes from PD are valuable on Jira and vice versa.

@Mihailoff - Okay. Thanks for the clarification. I probably won't have the bandwidth to work on this but we'll keep it in mind as we look at improving the integration. Feel free to submit a PR if you have time to work on it.

@Mihailoff I wanted to point you in the direction of the pd_jira_bidirectional repo, which is a modified version of the Jira integration that now has the functionality you mentioned here. We recently updated this script to add all PagerDuty notes to the Jira ticket when an incident is resolved.