How to get the time logged and date resolved though Smart Fields?

Diego Fuguet March 22, 2017

I'm trying to get the information about the time logged and date resolved of an issue to put into an email but I cant reach the solution.

The smartfields I try but doesnt work are:

{{issue.fields.worklogDate}}

{{worklogDate}}

{{issue.fields.timeSpent}}

{{issue.fields.logged}}

 

How can I do that?

Thanks a lot!

1 answer

1 vote
andreas
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 22, 2017

Hi Diego,

So to get the resolution date you can use:

{{issue.fields.resolutiondate}}

For the time spent in seconds you can use:

{{issue.fields.timespent}}

Some of the 'pretty' representations of this value aren't accessible yet in smart-values. I've raised https://codebarrel.atlassian.net/browse/AUT-233 now to improve this!

Cheers,

  Andreas

 

Suggest an answer

Log in or Sign up to answer