ScriptRunner Scripted Fields, Due Dates and Tempo Exports

Chris McInnes March 16, 2017

Hi,

I'm trying to get an Issues Due Date and Resolved Date into an Excel Export from Tempo (which can include Custom fields in the export but not JIRA System Fields).

One idea I had was to use ScriptRunner Scripted Fields (which are just custom fields) and get them to return the DueDate and ResolvedDate respectively.

I've tested a few simple groovy scripts to return the dates but nothing seems to work with the Issue Preview - I figure I must be missing something really simple here.

Could anybody help with the script command?

Thanks

Chris

 

 

1 answer

2 votes
adammarkham
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 17, 2017

If your returning a date from a scripted field it should look like the script in the ScriptRunner documentation here. In that it needs to return a java.util.Date.

Also check you are using the same template and searcher. That can cause the preview to look strange.

Suggest an answer

Log in or Sign up to answer