Hi
i am looking to get a list of stories in project ABC that are childs of Features in project MIKEY where the component field of the stories are not in the component field in the feature
project = ABC and issueFunction in expression(("component = project =MIKEY ", "component = project = ABC "))
Hi, @Mike Fields
In Jira "out of the box" it's impossible, but as I see, you have ScriptRunner. It can be made by creating new JQL function, to search for such issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, @Mike Fields
I can try to write such JQL, but can you clarify where the component field of the stories are not in the component field in the feature condition? It's not very easy to understand.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes...
we are wanting our features to have all the components of stories..
Feature initially might only have 2-3 components
Stories, once they are refined, may in turn have many components.
We are looking to get a list of what components are populated on all the stories of a feature or just display what components are not on the feature but are on one of the stories.
Feature ABC has components (Ui and DB)
Story 1 has components UI and DB)
Story 2 has components UI , DB and RPT)
Story 3 has components RPT
so i would see the results of story 2 and 3 since RPT is on the story but not on the Feature
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.