Versions Compared

Key

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

...

$jirassimo.declineButton($issue, "customfield_10118")


$jirassimo.timetrackingAttribute($attributeName, $timetracking)

Parses Jira timetracking field looking for component with key $attributeName and returns its value.

The value of $attributeName can be one of the following: 

  • originalEstimateSeconds
  • timeSpentSeconds
  • timeSpent
  • remainingEstimate
  • remainingEstimateSeconds
  • originalEstimate

Usage example: $jirassimo.timetrackingAttribute("remainingEstimate", $issue.renderedFields.timetracking)