I build a Script which shows me a list of users from specific group (Developers) who are not assigned to specific issue types (Subtasks for example) at the moment. In this way, I can observe which users are idle, do not have assigned tasks on them.
I run this script in Scriptrunner console to find these users. Now I need to somehow show this output in Dashboards, so Scrum team can also observe these results.
Is it possible to build a scheduler that every morning will run script, write the result to a specific place and show in the Dashboard?
Hi Emil,
Were you not able to just create a Filter using JQL? Then you could add a gadget to a dashboard like a Filter Results gadget linked to the Filter. No need to run it every night, it would always be real time.
What does your script look like?
But it is not possible to get list of the users without issues via JQL, JQLs are only used to filter issues, not the users.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.