issuetype= story which are moved to done in last two week. Which are related to other issues.
Hi @jira
You can use the jql query : "issuetype = Story and status changed TO Done DURING (startOfDay(-2w),now()) and issueLinkType is not EMPTY"
It will return the issue where issue status changed to done during the last two weeks and present time, and if it has any issues linked.
To further see the linked issues in issue navigator u can configure the cloumns in issue navigator to see the all the linked issues associated with the story.
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes.
Is there a question here?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How can we check whether completed issues related to other issues.
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.