Our new Appfire Documentation Space is now live!

Take a look here! If you have any questions please email support@appfire.com

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 45 Next »

This page explains how to access the value of Pre-defined custom fields using Groovy. You can access them using either the methods native to Groovy or the methods provided by JMWE.

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

Capture for JIRA Document Mode

Capture for JIRA jQuery Version

Capture for JIRA Operating System

Capture for JIRA Screen Resolution

Capture for JIRA URL

Capture for JIRA User Agent

Raised during

Test sessions

Testing status

JIRA Software fields

Epic Color

Epic Name

Epic Status

Rank

  • Field name: Rank

  • DescriptionThe Rank field is a string representing the priority of the issue at a more granular level than issue priorities in JIRA.

  • Accessing the Rank field: You can access the Rank field using any of the following getters of the Issue interface:

Sprint

  • Field name: Sprint

  • Description: The Sprint field is a collection of objects. Each object represents a Sprint.

  • Accessing the Sprint fieldYou can access the Sprint field using any of the following getters of the Issue interface:

Story Points

  • Field name: Story Points

  • Description: The Story Points field is a number representing the story points.

  • Accessing the Story Points fieldYou can access the Story points field using any of the following getters of the Issue interface:

JIRA Service Desk fields

Approvals


Approvers

Customer Request Type

Organizations

Request participants

Satisfaction

Satisfaction date

To manipulate the date see here


Time to resolution

  • Field name: Time to resolution

  • Description: The Time to resolution field is an object representing a SLA value.

  • Accessing the Time to resolution field: You can access the Time to resolution field using any of the following getters of the Issue interface:

Tempo fields

Iteration

Team


Tempo Account

  • No labels