Versions Compared

Key

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

If your using time tracking in JIRA you may want to use Automation for JIRA to update the associated fields. This is not as straight forward as setting other fields because timetracking is  a conglomerate field (represents multiple values).  Meaning originalEstimate and remainingEstimate are just parts of the parent field.

Step-by-step guide

...

In the text area specify the fields in the following format

Code Block
{
    "fields": {
        "timetracking": {
              "originalEstimate": "10",
              "remainingEstimate": "5"
        }
    }
}

To copy the time tracking fields from another issue, you would write:

Code Block
{
    "fields": {
        "timetracking": {
              "originalEstimate": "{{issue.timetracking.originalEstimate}}",
              "remainingEstimate": "{{issue.timetracking.remainingEstimate}}"
        }
    }
}

Filter by label (Content by label)
showLabelsfalse
max5
spacesAUTO4J
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "AUTO4J"
labelskb-how-to-article

...

hiddentrue

...


Info

Our documentation has recently move to a new location! Please head on over to: https://docs.codebarrel.io/automation/smart-fields/advanced-fields.html#time-tracking-and-logging-work