Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6

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.

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”

  • No labels