You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi.
I need your support to solve this user requeriment: We have 10 projects and we need to filter them by multiple fields, in order to display in the projects screen, only a list with the selected ones, for example:
Project type. Values: New, updated.
Subtype. Values: New partner, chanel, new structure, etc.
Partner. Values: partner1, partner2, .......
Status. Values: Open, inactive, .....
Thanks a lot in advance!
Hi Mari,
I am very sorry - I misunderstood your original question. I am not away of a way to filter out the list or projects. Nor can you add fields to the project record itself for software projects.
You might be using Service Desk or another type of project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi John.
I just want to tell you that I am reviewing some Plugins in order to satisfy the user requirement for example, the "Project navigator" because it allows to list a lot of projects depending on values of certain fields, previously created or configured in the project by us (customization of fields).
Please, let me know if you know JUST SIMPLY THE BEST one to can do that!
I will appreciate it!
Thanks a lot in advance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, John.
Thanks a lot for your atention.
Yes, that is the filter I was looking for, but please let me know the options that allow me to write that JQL for project (I know where to do it for issues) as well as the way how to store the values of 11 fields, for example: Type (2 values) , subtype (10 values), partners (n values), status (5 values), etc..
Please indicate me options where I can write that JQL for projects configuration, and store the fields mentioned before, because I was looking for in the following options and I didnt find it:
Jira Configuration> project configuration > .........
You answer is very important because the IT Manager need to know this information in order to decide if buy Jira (as soon as possible) or not.
Regard and thanks a lot again!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mari,
The filter will probably look something like:
project type in (New, Updated) and Subtype in ("New partner chanel", "new structure", etc.) and partner in ("Partner 1", Partner 2", etc.) and Status in ("Open", "Inactive", etc.)
Is that what you are looking for?
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.