Hi,
I make tab panel plugin in velocity template need display issue status.
how?
Please help.
Thks.
Depends on what the tab is on, but in most cases (and assuming Jira 6.1) $issue.getStatusObject().getName() will get you the name of the status.
I proved to do what you have mentioned JIRA V. 5.1 and shows nothing on my browser only shows $issue.getStatusObject().getName ()
Well, the stuff you do with $issue is basically calling the java api behind it - have a look at the api docs for the relevant version of Jira.
Also, if a .vm is not behaving, it can be useful to use simple brute force. What does $issue show? Or $issue.getStatusObject() ?
mmm, Al try:
$ issue
$ issue.getStatusObject ()
html sample:
I still have the same problem.
On the contrary if I try: $ jiraUserUtils.getGroupNamesForUser in html shows Admin.
Thank you very much, I resolved the issue object from the working class and send to velocity.
regards
It looks like you're new here. Sign in or register to get started.