How to use field ids as smart values in Jira automation for the AIO apps

How to use field ids as smart values in Jira automation for the AIO apps

This article helps in providing the field ids for fields so that they can be passed as a property in Jira smart values . For further information on smart values, refer to https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/

 

Field name

Field id

Smart value

Additional information

Total including sub-tasks > Logged

aggregatetimespent

{{issue.aggregatetimespent}}

-

Issue Effort > Time Spent

timespent

{{issue.timespent}}

-

Status Category Changed

statuscategorychangedate

{{issue.statuscategorychangedate}}

-

Parent

parent

{{issue.parent}}

Refer to https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--issue.parent--

Custom field

customfield_1111

{{issue.[Custom Field].customfield_1111}}

Refer to https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--issue.

Fix versions

fixVersions

{{issue.fixVersions}}

Refer to https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--issue.fixVersions--

Status Category

statusCategory

{{issue.statusCategory}}

-

Resolution

resolution

{{issue.resolution}}

Refer to https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--issue.

Last Viewed

lastViewed

{{issue.lastViewed}}

-

Priority

priority

{{issue.priority}}

-

Labels

labels

{{issue.labels}}

-

Remaining Estimate

timeestimate

{{issue.timeestimate}}

-

Σ Original Estimate

aggregatetimeoriginalestimate

{{issue.aggregatetimeoriginalestimate}}

-

Affects versions

versions

{{issue.versions}}

https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--issue.versions--

Linked Issues

issuelinks

{{issue.issuelinks}}

-

Assignee

assignee

{{issue.assignee.displayName}}

Refer to https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--issue.

Status

status

{{issue.status}}

Refer to https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#Available-properties

Components

components

{{issue.components}}

Refer to https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--issue.components--

Key

issuekey

{{issue.key}}

Refer to https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#Available-properties

Σ Remaining Estimate

aggregatetimeestimate

{{issue.aggregatetimeestimate}}

-

Creator

creator

{{issue.creator.displayName}}

{{issue.creator}}

-

Sub-tasks

subtasks

{{issue.subtasks}}

-

Reporter

reporter

{{issue.reporter.displayName}}

Refer to https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#Available-properties

Σ Progress

aggregateprogress

{{issue.aggregateprogress}}

-

Progress

progress

{{issue.progress}}

-

Votes

votes

{{issue.votes}}

-

Log Work

worklog

{{issue.worklog}}

{{worklog}}

  • {{worklog.comment}}

  • {{worklog.timeSpent}}

Refer to https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--worklog--

Issue Type

issuetype

{{issue.issueType.name}}

Refer to https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#Available-properties

Time Spent

timespent

{{worklog.timeSpent}}

Refer to https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--worklog--

Project

project

{{issue.project}}

Refer to https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#Available-properties

Σ Time Spent

aggregatetimespent

{{issue.aggregatetimespent}}

-

Resolved

resolutiondate

{{issue.resolutiondate}}

-

Work Ratio

workratio

{{issue.workration}}

-

Restrict to

issuerestriction

{{issue.issuerestriction}}

-

Watchers

watches

{{issue.watchers.displayName}}

Refer to https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--issue.watchers--

Images

thumbnail

{{issue.thumbnail}}

-

Created

created

{{issue.created}}

Refer to https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#Available-properties

Updated

updated

{{issue.updated}}

Refer to https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#Available-properties

Original estimate

timeoriginalestimate

{{issue.timeoriginalestimate}}

-

Description

description

{{issue.description}}

Refer to https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#Available-properties

Time tracking

timetracking

{{issue.timetracking}}

-

Security Level

security

{{issue.security}}

Refer to https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--issue.security-

Attachment

attachment

{{issue.attachment}}

{{attachment.filename}}

Refer to https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--attachment--

Summary

summary

{{issue.summary}}

Refer to https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#Available-properties

Environment

environment

{{issue.environment}}

-

Due date

duedate

{{issue.duedate}}

Refer to https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#Available-properties

Comment

comment

{{issue.comment}}

  • {{issue.comments.last.body}}

  • {{issue.comments.first.body}}

Refer to https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--issue.comments--