Hello guys,
I've some trouble to find how i can have the name of the user who had post the worklog with a JQL request. I wanna found all issues where this user had spent some time to display them in my plugin. Is it possible with JQL ?
Thanks for all.
Community moderators have prevented the ability to post new answers.
So if a plugin can do this it must be a way to have the same result isn't it ?
ofcourse there is. You can develop your own plugin ;) Have a look at the JQL Function Module.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The autor of the worklog is in the Worklog structure, all that you have to do is to get it out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Umh ok, so i will develop a plugin to use the function in my gadget. Thank you :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Radu: umh so i will grab all the worklog and after add a filter on the author ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ComponentManager.getInstance().getWorklogManager() should hold the answer :)
An alternate way id to go directly on the database (if you need fast response)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is not possible by default in JIRA. JQL Tricks Plugin, a commercial plugin, supports it.
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.