Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Atlassian Bonfire JIRA Capture ships with custom fields that can be searched using JQL.

Custom Fields

Atlassian Bonfire JIRA Capture has the following custom fields:

...

NameSupported VersionsDescription
Test Session(s)Bonfire JIRA Capture 2.1+Lists the Bonfire JIRA Capture Test Sessions that are related to this issue.
Raised DuringBonfire JIRA Capture 2.1+Shows the Bonfire JIRA Capture Test Session that this issue was raised during.
Bonfire JIRA Capture User AgentBonfire JIRA Capture 2.2+Stores the raw User Agent of the reporter of an issue created using Atlassian BonfireJIRA Capture. Only visible on the Bonfire JIRA Capture web panel on the View Issue page.
Bonfire JIRA Capture BrowserBonfire JIRA Capture 2.2+Stores the Brower Info of the reporter of an issue created using Atlassian BonfireJIRA Capture. Only visible on the Bonfire JIRA Capture web panel on the View Issue page.
Bonfire JIRA Capture Operating SystemBonfire JIRA Capture 2.2+Stores the Operating System Info of the reporter of an issue created using Atlassian BonfireJIRA Capture. Only visible on the Bonfire JIRA Capture web panel on the View Issue page.
Bonfire JIRA Capture URLBonfire JIRA Capture 2.2+Stores the URL of the page an issue created using Atlassian Bonfire JIRA Capture was on. Only visible on the Bonfire JIRA Capture web panel on the View Issue page.
Bonfire JIRA Capture Screen ResolutionBonfire JIRA Capture 2.2+Stores the Screen Resolution for the reporter of an issue created using Atlassian BonfireJIRA Capture. Only visible on the Bonfire JIRA Capture web panel on the View Issue page.
Bonfire JIRA Capture jQuery VersionBonfire JIRA Capture 2.2+Stores the jQuery Version of the page an issue created using Atlassian Bonfire JIRA Capture was on. Only visible on the Bonfire JIRA Capture web panel on the View Issue page.
Testing StatusBonfire JIRA Capture 2.4+

Shows the total testing status of this issue using all of the Bonfire JIRA Capture Test Sessions related to this issue.

The Testing Status field can have the following values:

  • Not Started - All test sessions relating to this issue have not been started or this issue has no test sessions related to this issue
  • In Progress - One or more of the related test sessions has been Started or Paused
  • Incomplete - There are related test sessions that are Completed and Not Started, but no related test sessions are In Progress
  • Complete - All test sessions related to this issue are complete
Bonfire JIRA Capture Document ModeBonfire JIRA Capture 2.5+Stores the Document Mode of the page an issue created using Atlassian Bonfire JIRA Capture was on. Only visible on the Bonfire JIRA Capture web panel on the View Issue page.

All custom fields in Bonfire JIRA Capture are created programmatically using custom fields types that are bundled with Atlassian BonfireJIRA Capture. Using these custom field types for fields not generated by Bonfire JIRA Capture is not recommended.

All of these custom fields can be used in JQL to find issues.

Useful JQL Commands

Note

You will need to re-index your JIRA instance before any searches in JQL will work properly.

These JQL commands are examples of the types of searches that can be done using the Bonfire JIRA Capture Custom Fields.

SearchDescription
Code Block
themeConfluence
languagehtml/xml
"BonfireJIRA Capture Browser" ~ "Chrome"
Searches for all issues that were raised using Atlassian Bonfire JIRA Capture in Chrome.
Code Block
themeConfluence
languagehtml/xml
"Testing Status" = "In Progress"

Searches for all issues that are related to an "In Progress" Test session.

Code Block
languagehtml/xml
"Testing Status" = "Not Started" and "Test Session(s)" is not empty
Searches for all issues that have related test sessions that have not been started. This is good for users that create their test sessions before development.
Code Block
languagehtml/xml
"BonfireJIRA Capture Operating System" ~ "Windows"
Searches for all issues that were raised using Atlassian Bonfire JIRA Capture in any Windows Operating System
Code Block
languagehtml/xml
"BonfireJIRA Capture URL" ~ "2990/jira/secure/"
Searches for all issues that were raised using Atlassian Bonfire JIRA Capture from a page that had "2990/jira/secure/" in the URL