Currently am using this code #set($Jira = $hi.getJiraStatus()) $Jira\ But am unable to get the status Can anyone help me to get the status of jira in velocity script?
Asked
Active
Viewed 154 times
0
-
can you debug and cross check `$hi,getJiraStatus()` has the value? – soorapadman Jun 27 '17 at 08:40
-
The way you are calling it may be wrong mostly `$issue.getStatusObject().getName()` is used to get the status . Try and let me know – soorapadman Jun 27 '17 at 09:08
-
Thanks for your answer but still am not getting anything. – anurag hn Jun 27 '17 at 09:33
-
Its very hard to answer with the minimal input .Need more information by this i can't sorted out your issue? . – soorapadman Jun 27 '17 at 09:42
-
`$issue.status` try print this and check – soorapadman Jun 27 '17 at 09:48
-
check this link : https://valiantys.atlassian.net/wiki/display/NFEED55X/Velocity+variables – soorapadman Jun 27 '17 at 09:52