Hi all,
I am trying to use JQL to fetch the closed sub-task of my team members. where i am using a JQL
Project = <> AND sprint = <> AND issuetype = sub-task AND status changed to ("Closed") after <date>.
I am able to get the sub-tasks, but i am not able to see the closed date of each task.
I have tried adding fields like Resolution Date, closed date etc.. but nothing is fetching the date .
Is there a way we can fetch it by JQL or adding the fields.
You should absolutely be able to see the resolution date for your sub tasks. Question are you setting the resolution field when you move these issues to your done status category? Also I assume you are adding the resolved field to your JQL query results.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.