Hello Atlassian Community,
I hope this message finds you well.
I'm reaching out because I require assistance in forming a JQL query or filter that I intend to use for my dashboard. Specifically, I aim to display subtasks assigned to a particular individual along with their corresponding parent tasks.
The criteria I'm seeking to fulfill are as follows:
Could you please guide me on how to construct this query or filter using JQL?
Your prompt assistance in this matter would be greatly appreciated.
Thank you very much.
Hi @alexei.g
You could try searching for the issues based on factors such as Issue type and any custom field.
issuetype in ("Task", "Sub task") AND customfieldname = value
If you Scriptrunner, you could follow below reference
Hope this helps
Thanks,
Pramodh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.