Hello Community,
I am contacting you today as I'm facing a technical problem and I am wondering what is the best way to deal with it.
Here is my usecase :
- Users charge (Tempo Worklog) on Project A issues
- These users are represented on a Custom Field "Team" as "Team1" value on a project B
- I can't create Jira groups for these users so I need to manage them under Custom Field values
-> I would like to get all issues from Project A that users in "Team1" of Project B have logged work on.
This would give a JQL like this :
project = A AND worklogAuthor in (project = B AND Team = Team1)
Except that it doesn't exist natively on Jira.
I have started to develop a custom JQL but I wonder if there is not a technical solution less complex, and which would be easier to maintain.
If you have ever faced this kind of case, how did you do it ?
Maybe something is doable with a JQL ScriptRunner ?
Thank you in advance for any help :-)
Best regards.