Versions Compared

Key

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

...

${Jira Misc custom field}

That's it. No other special configuration needs to be made.

There are currently 9 types of Jira Misc custom fields:

...

They can all be exported in the same way.

There´s no special configuration to be made.


Info

When exporting these custom fields, we highly suggest using our formatting functions to get the data in a more presentable way.

For more details about our formatting functions, please refer to the Xporter formatting functions.

...

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

Code Block
ImagineLet's thatsay 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:
${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}

...