I already have a Dashboard which has all required filters. All I need is Stories corresponding NPB number and it status.
Plz can anyone help me which filter do i need to select in dashboard to get values marked in red rectangle in attached screenshot.
Create a filter with below JQL and save it
Project = NPB and type = Request and Resolution = unresolved.
Now add filter results gadget in your dashboard and select the required field (example: Priority, key , status, resolution etc) to be displayed
If I understand the question correctly, you need all the issues in the project with the issue type 'Request', correct? If so, this query should suffice:
project = NPB AND issuetype = Request
Then you can use a gadget in your dashboard (like Filter Results or Two-Dimensional Filter Statistics) and include the columns: Issue Type, Status.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Carlos,
I want this NPB to be add in my existing dashboard. How can i do that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would use the gadget Filter Results or Two-Dimensional Filter Statistics using the query in my previous post. Would that work?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you can use parentOf in your jql. Something like :
issueFunction in parentsOf("issuetype=request") and issuetype=Story
Hope this helps,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Fabio,
I am only looking for the value which is marked in red rectangle in attachment.
We call it as NPB eg (NPB-xxxxx). I am looking for it and its status in dashboard.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
can we have google meet meeting.
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.