Skip to end of banner
Go to start of banner

Predefined Jira Software Structure Types

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Here is a list of predefined structures that are used throughout Power Scripts (usually with specific routines). And you can also define custom structures. Check our example in the Syntax section and roll your own.

Note that the structure fields can be modified, but the changes are not saved in the database. If you change a field for a sprint variable, the sprint will not be affected. Simply put, the structures are 'detached'.

NameRoutine UsageFieldType
JSprintidinteger
namestring
startDatedate
endDatedate
completeDatedate
goalstring
statestring
boardIdinteger

JBoard


idinteger
namestring
typestring
swimlaneNamestring
epicsPanelstring
cardColorstring
issueCutOffstring
savedFilterIdinteger
showDaysInColumnboolean
isSprintSupportEnabledboolean
  • No labels