I need to add Project Category field in my filter but this field not appear in the system default filter fields. how can I get it. because I have added some projects to particular category.
please help me in this case
Hi @Vishnu Vardhan Chenna
I think 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.
As a workaround, you can create a calculated custom field to hold the value of the project category and then export that.
Regards,
Sushant Verma
How can we create calculated custom field. can you please explain.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you don't have Calculated Field, you need to Installed JIRA Misc. Custom Fields.
Or there are also several add-ons in our Marketplace that you can use for performing maths functions on custom field values like:
And After that You need can try with the formula like:
issue.getProjectObject().getProjectCategory()?.getName()
Hope this will help you.
Regards,
Sushant Verma
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
without using any add-on is this possible
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Vishnu Vardhan Chenna I don't think so it is possible.
Regards,
Sushant Verma
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.