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.
Guys please help. If you know please reply. I am new to Jira.
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
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.
@Rilwan Ahmed @Carlos Garcia Navarro @Fabio Racobaldo _Catworkx_
In my dashboard I can see status and last update of GNDTP/Story.
Epic not required in dashboard.
All i need NPB and its status in dashboard. EG mention below:
| Key | Summary | Assignee | Story Status | Story update | Created | Delivery ETA | Epic Link | Updated | Key/NPB | NPB Status | NPB Latest update |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.