-
Notifications
You must be signed in to change notification settings - Fork 1
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"
}
-
tag
String
- A string value that ends inYY.QQ
orYY.QQ.TT
.
Examples:
-
foo-25.Q1
represents Q1 2025. -
foo-25.Q1.T2
represents the second half of Q1 2025.
-
isoDate
ISODATETIME
- An ISO date time string -
isoDay
ISODATE
- A ISO date string