we need to use JQL and get issues based Assignee in Project Roles for the worklog on daily basis.
Project roles like Site admin, developers etc.....
There is no way to do this out of the box with JQL. You will need an addon like Scriptrunner (or others, I'm sure) to be able to make this happen.
Hello @MA Hakeem,
This is definitely not possible with Jira out-of-the-box features.
You can use plugins like Scriptrunner, JQL tricks, etc for this where you can find relevant search terms. If you can have user groups assigned to the project roles, you can use "assignee in membersOf("group name")".
Hope this helps!
Thanks!
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.