Rate this page:
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 |
Rate this page: