On this page
What are JWT project properties?
Project Properties is a simple mechanism implemented by Jira Workflow Toolbox, to include machine-readable key-value pairs into projects description, using the format {property=value}, thereby operating as an effective way for adding metadata to your Jira projects.
Purpose of project properties
Customizing workflow behavior depending on projects
Tools for customizing workflows
Enhancing JQL search capability by project attributes
Setting default assignee for a project role
Available functions
Function | Short description | Output | Available since |
---|---|---|---|
isBulkTriggeredTransition() | Checks whether a transition was executed by a bulk operation. | BOOLEAN | 2.2.12 |
isJwtTriggeredTransition() | Checks whether a transition was executed by a JWT post function. | BOOLEAN | 2.1.27 |
projectCategory() | Returns the project category of a given project. | TEXT | 2.4.0 |
projectProperty() | Returns the value of a given project property. | TEXT | 2.2.8 |
projectPropertyExists() | Checks whether a project property exists. | BOOLEAN | 2.2 |
projectProperty
Example
If you still have questions, feel free to refer to our support team.