Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
185 views
in Technique[技术] by (71.8m points)

javascript - Can I automatically create a jira issue whenever there is an error on my website?

Can we use google tag manager for the same?

I want the following to happen:

  • An error occurred on my website
  • Jira issue collector is fired up with prefilled information like:
  • Summary: Contains the error message
  • Description: Contains the information from Network XHR response
  • Name: Contains the user name
  • Email: Contains the user email
question from:https://stackoverflow.com/questions/65934977/can-i-automatically-create-a-jira-issue-whenever-there-is-an-error-on-my-website

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You probably want to use Opsgenie or Jira Service Manager instead of piping things directly through Jira. This allows you to group things before they hit the development teams in Jira.

A very simple solution if you use Google Tag Manager is to trigger an email on incidents and send that email to the auto generated email you get when creating a Jira service Manager project.

This will create tickets automatically, and you don't need to build a connector between Jira and Google Analytics.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...