I have a user who is generating a report feature by feature that counts the stories under those features in 4 projects. Is there a way to use JQL to pull a list of all features and the count of users stories under them from four projects easily if not elegantly?
Fix this, please
project in ("A","B","C") AND features in ("a","b","c","d","e") AND status not in ("Done","Cancelled") AND resolution = Unresolved AND feature link <0
Hello @Valeriia_Havrylenko_SaaSJet
This appears to be the same topic as a post where you provided a variaation of that JQL as an Answer.
Can you clarify your ask? What are you asking us to "fix"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.