I'm looking for a way to have a couple of additional text/paragraph fields in my Jira issue screen that should appear in the main content area (Not Details or Hidden Fields sections). Ideally they would appear just under the standard Description field, but ONLY if they have a value (which would come from a different process/automation).
Is there a way to have such a visibility option and NOT have to move the field to the Hidden Fields section, which is not the same area at all.
You can use different Request Types with differing Issue View configurations, and have Automation change the Request Type based on those fields being updated and whether they have a value set.
Waste of automation though and requires a Request Type per possible configuration of shown/hidden fields, so not very practical.
Just showing that it is possible.
If you use transitions and workflow screens to set field values, then Post Functions can update the Request Type for you without automation (use Validations on the transition to make the fields required too)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As mentioned in the post by @Shaun McGuire
This is about the main content section of the issue, not the issue details section of an issue.
Please read the post with attention :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunate this is not an option.
Main content section fields will be visible even if not set.
You could look at behaviour app to hide this kind of fields based on content in the field or not.
There is an open issue on this topic you can vote for, JRACLOUD-76717
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.