How to add project category field in the filter.

Vishnu Vardhan Chenna March 30, 2023

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

1 answer

0 votes
Sushant Verma
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 30, 2023

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

Vishnu Vardhan Chenna March 30, 2023

Hi @Sushant Verma 

How can we create calculated custom field. can you please explain.

Sushant Verma
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 30, 2023

@Vishnu Vardhan Chenna 

  1. Navigate to Issues > Custom Fields.
  2. Locate the field named as Calculated Field (Stiltsoft).
  3. Click [...] and select Associate to Screens.
  4. Click Update.

If you don't have Calculated Field, you need to Installed JIRA Misc. Custom Fields.

Or t
here are also several add-ons in our Marketplace that you can use for performing maths functions on custom field values like:

  • sumUp for Jira.
  • Abacus - Calculate Jira.
  • ScriptRunner for Jira and specifically their feature which allows you to Calculate custom field on issue update.

And After that You need can try with the formula like:

issue.getProjectObject().getProjectCategory()?.getName()

Hope this will help you.

Regards,
Sushant Verma

Like Vishnu Vardhan Chenna likes this
Vishnu Vardhan Chenna April 2, 2023

@Sushant Verma 

without using any add-on is this possible

Sushant Verma
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 4, 2023

@Vishnu Vardhan Chenna I don't think so it is possible.

Regards,
Sushant Verma

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events