Articles in this section

What variables can I use in the numbering prefix?

You can use dynamic date variables to automatically update the numbering based on the current date:

  • {y} = Current Year (e.g., 25 for 2025).
  • {m} = Current Month (01-12).
  • {d} = Current Day (01-31).
  • Example: A prefix of DEV-{y}-{m}- will generate a number like DEV-25-12-001.
Was this article helpful?
0 out of 0 found this helpful