When a user is creating an issue, I want them to be required to fill out at least one of the following fields:
Users
Account ID
User Type
As long as they fill out any one of those, the issue can be created. It doesn't have to be the same one always. Is this possible?
Hi @DPKJ ,
as already mentioned, this isn't possible out of the box. However, there are a couple of apps providing this functionality, even without coding. The exact set of possible apps depends on your hosting option. Speaking of Jira Server, a solution with the help of Jira Workflow Toolbox would be as easy as writing a (one-liner) validator like this:
Users != null OR Account ID != null OR User Type != null
Cheers
Thorsten
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Improve user experience across Jira with global settings
Learn how to set up and configure a Jira site, manage Jira permissions, and configure Jira apps and integrations.
Learning Path
Streamline projects across Jira with shared configurations
Build Jira work items with reusable configurations called schemes, and reduce administrative work with automation.
Learning Path
Become an effective Jira software project admin
Set up software projects and configure tools and agile boards to meet your team's needs.