Versions Compared

Key

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

Blogdisclaimer

Tempo has a Team custom field. Here it is rendered in the Issue Navigator:

Sadly, if you view Team in CSV you get:

And likewise the view in the Excel-like Issue Editor plugin:

I have reported this as a bug to Tempo (10.17.x) but it's basically "Won't Fix". The field's native representation (i.e. issue.getCustomFieldObject()  is a String like "52").

Fortunately we have ScriptRunner. Here is source for a Script Field called Tempo Team Name which renders the actual team name:

Include Code
languagegroovy
urlhttps://gist.github.com/jefft/17a5270d51c685ee4d0c678dc9cc3b4e/raw/2023299c5bce2e631305fd356fd9aace1f511a15/tempo_team_name.groovy

Here it is:

This field can now be used in CSV and Issue Editor views to see the team names.