Hi,
I would like to export only the latest\Last comment from bug issue type into MS word.
It is possible to export all comments from bug issues into MS word i.e.
#{for c = TestRuns[a].ExecutionDefects[d].CommentsCount}
${wiki:TestRuns[a].ExecutionDefects[d].Comments[c].Body}
However I have requirement to export only the latest\Last comment from bugs linked to test cases within test execution.
I'm using:-
Jira Xray Cloud
Document Generator
Actually this can be done by using the Last word instead of the variable count.
Example:-
${wiki:TestRuns[a].ExecutionDefects[d].Comments[Last].Body}
A fast and dirty Scripted custom field that is "Last Comment" has been useful for me in the past.
Perhaps could be of value here as well?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi CJ,
thanks for your suggestion. However its not quite clear to me - your suggestion. Is it possible to provide an example. This would be of great help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.