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.
I would like to see project category names in my filter/search results. Now I can use categories to search for my issues but then exporting results I do not have names of those project categories as an additional column.
How can I do it?
Project Category is not a field on the issue. It is a metadata on the project. You can only export the fields on the issues.
If it is a critical requirement, you can create a calculated custom field to hold the value of the project category and then export that.
Ok - now it is clear :) Thanks Jobin.
Could anyone tell me more about it? I've installed JIRA Misc Custom Fields and now I can add such calculated custom field. I chose calculated text field and put such forlmula:
<!-- @@Formula: issue.get("category") -->
Unfortunately it is not so easy :( Could somebody tell me how to construct that formula to get project category to that field?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Krzysztof and Valéria,
if this is still an issue, you might want to try:
issue.getProjectObject().getProjectCategory()?.getName()
Regards
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.
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.