Pre-defined custom fields

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 Browser

  • Description: 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 Mode

  • Description: 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:

Capture for JIRA jQuery Version

  • Field name: Capture for jQuery Version

  • Description: 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:

Capture for JIRA Operating System

  • Field name: Capture for JIRA Operating System

  • Description: 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:

Capture for JIRA Screen Resolution

  • Field name: Capture for JIRA Screen Resolution

  • Description: 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:

Capture for JIRA URL

  • Field name: Capture for JIRA URL

  • Description: 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:

Capture for JIRA User Agent

  • Field name: Capture for JIRA User Agent

  • Description: 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:

Raised during

  • Field name: Raised during

  • Description: 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:

Jira Software fields

Jira Service Desk fields

 

Need support? Create a request with our support team.

Copyright © 2005 - 2026 Appfire | All rights reserved.