Fix "Create" Button Visibility in Jira Company Managed Boards
Platform Notice: Cloud Only - This article only applies to Atlassian products on the cloud platform.
Summary
You are unable to find the Create button in every column on your board of a Company Managed Project.
Diagnosis
The Feature to create inline cards (work items) is also available for Boards in Company-Managed Projects. Earlier, this feature was only available on boards from Team-Managed Projects.
However, there are cases where the Create button is not available on all or certain columns of the board
Cause
You won't see the Create option in every column because of workflow restrictions.
The following requirements are needed to display the option:
The system setting Allow users to select a status for an issue they're creating needs to be enabled
Kanban and Scrum boards must be created with the default board filter. Currently, non-default board filters are not supported
The swimlane view must use a method other than projects or queries
All of the Statuses mapped to that column must be enabled
Solution
Use the checks below to resolve the visibility of the Create button:
Check that the setting Allow users to select a status for an issue they're creating is ON
Go to Settings ⚙ > System
In the General Configuration, click on Edit Settings
Scroll down to the Options section: Ensure that the option Allow users to select a status for an issue they're creating is set to ON
Ensure that the Kanban and Scrum boards are created with the default board filter:
project = PROJECT_KEY ORDERBY Rank ASC
You can use all swimlane methods except swimlanes using the projects or queries method.
Ensure that all the Statuses mapped to that column are enabled
Status can only contain a Global Transition with no validators or conditions. For more information about Global Transitions, refer to Global Transitions
You need to have permission to transition the work item in the project.
The workflow has an Initial transition with no screens or conditions.
Example
An example Workflow may look like below:

All the statuses have Global Transition enabled.
Details of the transition to the Waiting for Approval status:
No screen, no validators & no conditions
The same is true for all the transitions for all the statuses in the above Workflow.
If you map the statuses shown in the above Workflow to any column of a board, the Create option will appear in that column.
Any not-enabled status is enough to remove the Create option from that column.
Related Article
Was this helpful?