We have issue type call "Report" - Now new ask from team is to link our custom field where we have following values: New, Update, Break/Fix.
Is it possible to populate create screen to populate necessary fields based on "Issue Type" + "Custom Fields" and have rest of the form populate?
Reason why I am asking for this because we have different information to capture based on "New", "Update" and/or "Break/Fix".
Any help greatly appreciated.
I work at the company that develops Dynamic Forms for Jira
As Stefan mentioned, it could assist with your use case. With this app, you can set up rules so that when users select the 'Report' issue type and choose a value in your custom field, only the relevant fields are displayed.
This is a link to the app's Support Center , where you can find the documentation, the interactive tutorial and other information all in one place
unfortunately, native functions will not be able to serve the request.
If I understand correctly, you would like to gather different kind of information based on what selection in another custom field has been done ("New", "Update", "Break/Fix").
I can imagine of three ways to achieve this:
a) The request will be created in the context of a Jira Service Desk Request type.
With Jira Service Desk, you can create different Request types for the same Jira issue type and therefore adjust the visible custom fields to the customer. However, this requires that all the issues are handled as Service Desk tickets, which requires that you engineers all have a license for that. This can get quite expensive if this is not the case already.
b) Use ScriptRunner behaviors.
With behaviors, you are able to dynamically show and hide custom fields and even prefill some fields based on selections in another custom field. This requires some scripting but is a very powerful mechanismn to make inputs more streamlined for customers. We do use this a lot. However, this requires to have ScriptRunner for Jira | Atlassian Marketplace availble in your Jira instance.
c) Use Dynamic Forms for Jira | Atlassian Marketplace
This addon can basically do the same as behaviors but can be graphically configured. It also offers some other functionality, but is another addon to be obtained.
I hope any of these options can help you solve the issue.
Regards,
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Keyun Mistry this functionality is not possible with Jira native tools. Most commonly, this is where ScriptRunner Behaviors can help.
Edit: You may be able to do this soon in Jira Software projects using Forms. Forms in non-Service projects are still very new and working out some issues, but will allow for basic if/then conditional logic in the coming months.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Forms will most likely not be integrated into DataCenter - at least not as of now. But ScriptRunner behaviors is definitely one good way.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.