col.xyz.uniqueSequence

 This property defines if the sequence is unique (is restarted) for each Jira issue or not.

 

Class

Column

Property

col.xyz.uniqueSequence

Formal specification

col.xyz.uniqueSequence = true | false

Required

none

Default

true

Version

1.0

Comment

  • When uniqueSequence is true, the next id is allocated on an issue to issue basis. The sequence is then 1, 2, 3 , 4 for each issue

  • When uniqueSequence is false, the next id is allocated based on the number of rows in the gridtable, making it increment independently from the issue.

Example



col.line=Line  col.line.type=sequence  col.line.sequencePrefix=LINE-  col.line.uniqueSequence=true  col.line.initialValue=10 



Reference

col.xyz.type = sequence
col.xyz.initialValue
col.xyz.sequencePrefix