You can use display conditions for several Jira modules. Depending on the module, different properties are available.
Jira-specific properties are supported in the following modules:
Property | Type |
---|---|
hasSoftwareAccess | boolean |
hasServiceDeskAccess | boolean |
hasCoreAccess | boolean |
Issue view properties are supported in the following modules:
Property | Type |
---|---|
issueKey | Array<string> or string |
issueId | Array<string> or string |
issueType | Array<string> or string |
projectKey | Array<string> or string |
projectId | Array<string> or string |
projectType | Array<string> or string |
canAddComments | boolean |
canAdministerJira | boolean |
canAdministerProjects | boolean |
canAssignIssues | boolean |
canBeAssignedToIssues | boolean |
canCloneIssues | boolean |
canCreateAttachments | boolean |
canCreateChildren | boolean |
canCreateSubtasks | boolean |
canDeleteAllAttachments | boolean |
canDeleteAllComments | boolean |
canDeleteAllWorklogs | boolean |
canDeleteIssues | boolean |
canDeleteOwnAttachments | boolean |
canDeleteOwnComments | boolean |
canDeleteOwnWorklogs | boolean |
canEditAllComments | boolean |
canEditAllWorklogs | boolean |
canEditIssues | boolean |
canEditOwnComments | boolean |
canEditOwnWorklogs | boolean |
canLinkIssues | boolean |
canLogWork | boolean |
canManageWatchers | boolean |
canModifyReporters | boolean |
canMoveIssues | boolean |
canScheduleIssues | boolean |
canUseServiceManagementAgentFeatures | boolean |
canBrowseUsers | boolean |
canViewDevTools | boolean |
canViewWatchers | boolean |
Project view properties are supported in the following modules:
Property | Type |
---|---|
projectKey | Array<string> or string |
projectId | Array<string> or string |
projectType | Array<string> or string |
projectName | Array<string> or string |
isProjectAdmin | boolean |
isProjectArchived | boolean |
Project settings view properties are supported in the following modules:
Property | Type |
---|---|
projectKey | Array<string> or string |
projectId | Array<string> or string |
projectType | Array<string> or string |
projectName | Array<string> or string |
Display conditions for Jira custom fields and Jira custom fields type only work on the issue view and the global issue create (GIC) form. They allow you to change the visibility of custom fields for the current user. Note that there are no guardrails: you can use display conditions to hide a required field, making it impossible to create issues.
Rate this page: