Versions Compared

Key

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

...

Xporter for JIRA allows you to extract data from every Jira Misc custom field.  

Definition

Let's imagine that s say this Jira Misc Custom Field is named "Jira Misc custom field". The definition will be:

...

Below are ways to extract data from a Jira Misc custom field.

Code Block
Let'sIf say you want to extract the raw data from a normal Jira Misc Calculated Date custom field named "Jira Misc calculated date field". You can just do this, use:
${Jira Misc calculated date field}


To get a more presentable date, we recommend that you apply our "dateformat" function like this:
${dateformat("yyyy-MM-dd"):Jira Misc calculated date field}

...