Skip to content

Jira

How to set up

Configuration is per-project in Ybug. To integrate your project with Jira, go to your dashboard and follow these simple steps:

1. Go to the Integrations tab in your project settings.

2. Click the On/Off switch in the Jira row.

3.1 Enter the entire URL of your Jira instance (i.e. https://jira.acme.com:8080 for self-hosted Jira Server or https://acme.atlassian.net for Jira Cloud).

3.2 Enter your username and your API token and click the Authenticate button. (Jira Server does not support authentication using API tokens — use your password instead.)

TIP

It is recommended to create a new Jira user for the Ybug integration with limited permissions. If you use Jira Cloud, you have to use an API Token instead of your password — see How to generate API Token?

Jira integration - how to authenticate

4. Choose a project, issue type and optionally a default assignee, then click the Save settings button. You can test the integration by clicking the Test button — Ybug will try to send a sample report using settings in the form.

Jira integration - settings

Advanced settings

Task title

You can adjust the task summary field format to better adhere with your current workflow. The default task title format is [{{projectName}}] #{{reportId}} {{reportTitle}}.

You can use these variables:

  • {{projectName}} — name of the project
  • {{reportId}} — report ID in Ybug
  • {{reportTitle}} — report title in Ybug
  • {{reporterName}} — name of the reporter (if provided)
  • {{reporterEmail}} — email address of the reporter (if provided)

Task description

It is also possible to adjust what information will be included in the task description.

  • url — page URL
  • reportedAt — feedback datetime in your preferred timezone
  • reporter — reporter name and email
  • rating — feedback rating
  • location — approximate location (Country/Region/City), based on the user's IP address
  • userData — custom user data passed to the Feedback Widget
  • os — operating system
  • screen — screen dimensions (in pixels)
  • viewport — viewport dimensions (in pixels)
  • browser — browser name and version
  • userAgent — user agent string
  • referrer — referrer URL
  • reportUrl — URL of the report in Ybug
  • screenshotImage — display screenshot image directly in task description (in addition to screenshot added as a task attachment)
Jira integration - Advanced settings