I want a custom field to be displayed only when a particular component is selected. Is there any way to map custom fields to a particular component only?
If you want it at creation time so the field can be filled in no. If you want it so whoever is working the issue can fill it in you can, but it will be a pain. You need to build a transition that only is available if the component is selected from a status that displays the field on the transition screen and either loops back to that status or go on to the next one. If it only needs to be filled in once that is the only place you'll need to put the transition. If it may need to be edited you'll need a transition from the other transitions. You can only put the field on the View screen.
Hi Jonson,
In Jira Cloud this could be done on the Create Screen with Behaviours any of the custom field types supported as documented here.
I hope this helps.
Regards,
Kristian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jonan Dsouza
It's Mary from Planyway
In Jira, custom fields can be configured to appear based on certain conditions, but there is no direct, out-of-the-box feature to display a custom field only when a specific component is selected. Jira's native functionality allows you to control the visibility of custom fields based on issue types or projects, but not directly on components.
However, there are a couple of approaches you can consider:
Using Jira Scripting or Automation:
Creating Different Issue Types:
Instructional Text:
Explore Marketplace Add-ons:
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.