Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Field NameExpected input typeExpected input valueExamples
AccountNumber

Account ID

  • "2"
ApproversAn array of objectsUser object
  • [{"name":"carter"}]
  • [{"name":"carter"},{"name":"john"}]
All Capture for JIRA fieldsStringAny simple single-line text within quotes should be provided.
  • "1064X780" to set the JIRA Capture for screen resolution field
Epic ColorStringAny simple single-line text within quotes should be provided.
  • "ghx-label-6"
Epic linkString

Issue KEY of an Epic should be provided within quotes.

  • "TEST-300"
  • "TP-33"
Epic NameStringAny simple single/multi-line text within quotes should be provided.
  • "Creation of a new issue"
Epic StatusStringStatus value should be provided
  • {"value":"Done"}
Flagged

An array of objects

Options object

  • [{"value":"Impediment"}]
Organizations

An array of numbers

An array of organization IDs

  • [3]

  • [1,3]

Raised duringString

Session ID should be provided within quotes. The session ID can be obtained from the URL when you view the session.

  • "10011"
Request ParticipantsAn array of objectsUser object
  • [{"name":"carter"}]
  • [{"name":"carter"},{"name":"john"}]
Satisfaction DateString

String containing an ISO_8601 date within quotes should be provided.

  • "2016-08-05"
SprintString

Sprint ID should be provided within quotes.

(info) To identify the Sprint ID, add the Sprint to an issue and use the Nunjucks Script tester with the following template: {{issue.fields["Sprint"] }} and look at the id field in the result.

  • "3"
Story pointsNumber

Number should be provided.

  • 3

Team

String

Team ID should be provided within quotes. The team ID can be obtained from the URL when you view the tempo team.

  • "3"
  • "1" (for the default team)
Team (Portfolio)String

Team ID should be provided within quotes. 

(info) To identify the team ID, add the Team to an issue and use the Nunjucks Script tester with the following template: {{ issue.fields.Team }}

Note
titleLimitations when setting this field

You cannot clear this field, nor set it if it already has a value. This is due to JIRA Portfolio bugs.


  • "3"
  • "1"

...