Skip to content

POST tag‐to‐dates

Justin Meyer edited this page Oct 11, 2024 · 2 revisions

The https://auto-scheduler.bitovi-jira.com/tag-to-dates endpoint takes a string tag and returns date information about it.

Example POST body:

{
  "tag": "my-tag-25.Q2.T1"
}

Example response:

{
  "isoDate": "2025-04-01T05:00:00.000Z",
  "isoDay": "2025-04-01"
}

Required Params

  • tag String - A string value that ends in YY.QQ or YY.QQ.TT.

Examples:

  • foo-25.Q1 represents Q1 2025.
  • foo-25.Q1.T2 represents the second half of Q1 2025.

Return values

  • isoDate ISODATETIME - An ISO date time string
  • isoDay ISODATE - A ISO date string