Hello,
I am looking for a solution for to sort particular type of issues from linked issue.
TC ID - TC-999, TC- 333, TC-444, TC-555,
User Story ID: US-123
using function : id in linkedIssues("US-123")
Actual : returrns me all the linked issues.(TC-999, TC- 333, TC-444, TC-555, )
Expected: Should only return : TC-999
Next part of the Problem.
how to add multiple US ID,s in above function: id in linkedIssues("US-123, US- 234, US-456")
@Abhijit N - hi Abhijit! You can query for specific issue link types - is that what you're looking for? If not, can you rephrase your question?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.