Cloud Migration Resources
Planning a Jira Cloud migration? These resources can help you get started:
→ JMWE Cloud features – Review Cloud features and understand key differences between DC and Cloud.
→ Migration support from Appfire – Learn how we can help you migrate smoothly.
Pre-defined custom fields
This page explains how to access the value of Pre-defined custom fields using Groovy. You can access them using the getters of the Issue interface. To understand how to write values into the writable custom fields see Raw value/text input for fields and Groovy expression input for fields.
'xxxxx' in the custom fields detailed below is the ID of the custom field. Click here to know how to find the ID of the custom fields.
In this page:
Capture for JIRA fields
Capture for JIRA Browser
Field name:
Capture for JIRA BrowserDescription: The Capture for JIRA Browser field is a multi-line text field describing the browser of the page captured.
Accessing the Capture for JIRA Browser field: You can access the Capture for JIRA Browser field using any of the following getters of the Issue interface:
get("Capture for JIRA Browser") or get("customfield_xxxxx") that returns a String
Example: Capture for JIRA Browser field of the issue:
issue.get("Capture for JIRA Browser")
getAsString("Capture for JIRA Browser") or getAsString("customfield_xxxxx") that returns a String
representing the browser of the page captured:Example: Capture for JIRA Browser field of the issue:
issue.getAsString("Capture for JIRA Browser")
Capture for JIRA Document Mode
Field name:
Capture for JIRA Document ModeDescription: The Capture for JIRA Document Mode field is a multi-line text field describing the document mode of the page captured.
Accessing the Capture for JIRA Document Mode field: You can access the Capture for JIRA Document Mode field using any of the following methods of Issue interface:
get("Capture for JIRA Document Mode") or get("customfield_xxxxx")
that returns a StringExample: Capture for JIRA Document mode field of the issue:
issue.get("Capture for JIRA Document Mode")
getAsString("Capture for JIRA Document Mode") or getAsString("customfield_xxxxx") that returns a String
representing the document mode of the page captured:Example: Capture for JIRA Document mode field of the issue:
issue.getAsString("Capture for JIRA Document Mode")
Capture for JIRA jQuery Version
Field name:
Capture for jQuery VersionDescription: The Capture for JIRA jQuery Version field is a multi-line text field describing the jQuery version of the page captured.
Accessing the Capture for JIRA jQuery Version field: You can access the Capture for JIRA jQuery Version field using any of the following getters of the Issue interface:
get("Capture for JIRA jQuery Version") or get("customfield_xxxxx") that returns a String
Example: Capture for JIRA jQuery Version field of the issue:
issue.get("Capture for JIRA jQuery Version")
getAsString("Capture for JIRA jQuery Version") or getAsString("customfield_xxxxx") that returns a String
representing the jQuery version of the page captured:Example: Capture for JIRA jQuery Version field of the issue:
issue.getAsString("Capture for JIRA jQuery Version")
Capture for JIRA Operating System
Field name:
Capture for JIRA Operating SystemDescription: The Capture for JIRA Operating system field is a multi-line text field describing the operating system of the page captured.
Accessing the Capture for JIRA Operating System field: You can access the Capture for JIRA Operating System field using any of the following methods of Issue interface:
get("Capture for JIRA Operating System") or get("customfield_xxxxx") that returns a String
Example: Capture for JIRA Operating System field of the issue:
issue.get("Capture for JIRA Operating System")
getAsString("Capture for JIRA Operating System") or getAsString("customfield_xxxxx") that returns a String
representing the browser of the page captured:Example: Capture for JIRA Operating System field of the issue:
issue.getAsString("Capture for JIRA Operating System")
Capture for JIRA Screen Resolution
Field name:
Capture for JIRA Screen ResolutionDescription: The Capture for JIRA Screen Resolution field is a multi-line text field describing the screen resolution of the page capture.
Accessing the Capture for Screen resolution field: You can access the Capture for Screen Resolution field using any of the following methods of Issue interface:
get("Capture for JIRA Screen Resolution") or get("customfield_xxxxx")
that returns a String:Example: Capture for JIRA Screen resolution field of the issue:
issue.get("Capture for JIRA Screen Resolution")
getAsString("Capture for JIRA Screen Resolution") or getAsString("customfield_xxxxx")
that returns a Stringrepresenting the screen resolution of the page captured:Example: Capture for JIRA Screen resolution field of the issue:
issue.getAsString("Capture for JIRA Screen Resolution")
Capture for JIRA URL
Field name:
Capture for JIRA URLDescription: The Capture for JIRA URL field is a string representation of a multi-line text describing the URL of the page captured.
Accessing the Capture for JIRA URL field: You can access the Capture for JIRA URL field using any of the following getters of the Issue interface:
get("Capture for JIRA URL") or get("customfield_xxxxx") that returns a String
Example: Capture for JIRA URL field of the issue:
issue.get("Capture for JIRA URL")
getAsString("Capture for JIRA URL") or getAsString("customfield_xxxxx") that returns a String
representing the URL of the page captured:Example: Capture for JIRA URL field of the issue:
issue.getAsString("Capture for JIRA URL")
Capture for JIRA User Agent
Field name:
Capture for JIRA User AgentDescription: The Capture for JIRA User agent field is a multi-line text field describing the user agent of the page captured.
Accessing the Capture for JIRA User Agent field: You can access the Capture for JIRA User Agent field using any of the following getters of the Issue interface:
get("Capture for JIRA User Agent") or get("customfield_xxxxx") that returns a String
Example: Capture for JIRA User Agent field of the issue:
issue.get("Capture for JIRA User Agent")
getAsString("Capture for JIRA User Agent") or getAsString("customfield_xxxxx") that returns a String
representing the user agent of the page captured:Example: Capture for JIRA User Agent field of the issue:
issue.getAsString("Capture for JIRA User Agent")
Raised during
Field name:
Raised duringDescription: The Raised during field is a string representing the ID of the session the issue was raised in.
Accessing the Raised during field: You can access the Raised during field using any of the following getters of the Issue interface:
get("Raised during") or get("customfield_xxxxx") that returns a String
Example: The issue is raised during:
issue.get("Raised during")
getAsString("Raised during") or getAsString("customfield_xxxxx") that returns a String
representing the ID of the session the issue was raised in:Example: The issue is raised during:
issue.getAsString("Raised during")
Jira Software fields
Jira Service Desk fields