Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

NPB

Nipun Kumar_ Vodafone
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 18, 2026

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.Jira NPB Dashboard.jpg                                                                                                                                                                                                                                                                                                                                                                            

3 answers

0 votes
Rilwan Ahmed
Community Champion
April 19, 2026

Hi  @Nipun Kumar_ Vodafone 

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

 

0 votes
Carlos Garcia Navarro
Community Champion
April 19, 2026

Hi @Nipun Kumar_ Vodafone ,

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.

Nipun Kumar_ Vodafone
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 19, 2026

Thanks Carlos,

 

I want this NPB to be add in my existing dashboard. How can i do that.

Carlos Garcia Navarro
Community Champion
April 19, 2026

I would use the gadget Filter Results or Two-Dimensional Filter Statistics using the query in my previous post. Would that work?

Like Rilwan Ahmed likes this
0 votes
Fabio Racobaldo _Catworkx_
Community Champion
April 19, 2026

Hi @Nipun Kumar_ Vodafone ,

you can use parentOf in your jql. Something like :

issueFunction in parentsOf("issuetype=request") and issuetype=Story

Hope this helps,

Fabio

Nipun Kumar_ Vodafone
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 19, 2026

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.

Nipun Kumar_ Vodafone
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 19, 2026

can we have google meet meeting.

Suggest an answer

Log in or Sign up to answer