Skip to content

A userscript that provides fast creation of a VersionOne defect from a Sentry issue.

License

Notifications You must be signed in to change notification settings

deftbrain/sentry-issue-to-versionone-defect-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentry issue to VersionOne defect converter

A userscript that provides fast creation of a VersionOne defect from a Sentry issue.
Just a few clicks and it will do the following:

  • create a defect for an issue and open it in a new tab
  • add the URL of the created defect to issue comments
  • assign the issue to you

Requirements

  • Chrome 76+ / Firefox 71+ / Safari 13+ / Edge 79+
  • Tampermonkey browser extension
  • VersionOne 18.0+
  • Sentry (by default the script is enabled on domains that contain sentry substring, but you can change the criteria via script settings)
  • You have to be authorized in your Sentry and VersionOne instances to let the script send authorized requests on your behalf

Installation

  1. Open the userscript in the browser. Tampermonkey will pick up the file automatically and ask you to install it.
  2. Click the Install button.
  3. Open Sentry.
  4. Staying in the same tab, click the Tampermonkey extension icon -> Sentry issue to VersionOne defect converter -> Preferences...
  5. Set the V1 Base URL (format: https://www1.domain.com/InstanceName).
  6. Click the Save button. You will be asked about allowing the script to send cross-origin request to the specified VersionOne instance. Click Always allow. New fields for setting defect properties will appear in the Preferences after that action.
  7. Set needed values to the new fields.
  8. Click the Save and Close buttons.

Usage

  1. Open an issue details page in Sentry.
  2. Staying in the same tab, click the Tampermonkey extension icon -> Sentry issue to VersionOne defect converter -> Convert.

About

A userscript that provides fast creation of a VersionOne defect from a Sentry issue.

Topics

Resources

License

Stars

Watchers

Forks