Versions Compared

Key

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

Mobility for Jira includes a QR Code scanner that can be used to scan a variety of different codes and embed them in your issue search. Currently we support

  • QR Codes

  • Datamatrix Codes

The scanner can be found on the Issues tab. By default the scanner assumes that you encoded a valid Jira issue key (e.g., TST-123) in your code, which can also include your Jira URL. Once you scan the code the app will immediately display the corresponding Jira issue.

Image RemovedImage Added

In addition the scanner can be configured to support more advanced use cases. You can configure by tapping Issues > Scan > Options

Mode

Description

QR Code Example

Configuration

Corresponding JQL

Default

Tries to find an encoded Jira issue key

https://jira.yourorg.com/TST-123

issueKey = TST-123

JQL

Embeds the encoded value into JQL

TST-123

summary ~ {qr}

assignee = {qr} OR reporter = {qr}

summary ~ “TST-123”

assignee =”jdoe” OR reporter=”jdoe”

Embeds the encoded value in its entirety as JQL

project=”OurRealWorldObjects” AND component = "OurShelf"

{qr}

project=”OurRealWorldObjects” AND component = "OurShelf"

Fields (Summary, Description, etc)

The field contains the QR code value

PrinterABC

Summary

summary ~ “PrinterABC”