How can I change the format of period fields? Follow
I can't find any option to change the format of a `period` field, but there's a `PeriodFieldFormat` in the REST API documentation:
https://www.jetbrains.com/help/youtrack/devportal/api-entity-PeriodFieldFormat.html
The `DAYS_HOURS_MINUTES` format would be exactly what I need.
I haven't used the API yet, can I change the format of a period field with the API, or is this entity not in use yet?
Please sign in to leave a comment.
Hello,
You can set the format of period fields in your profile settings: https://www.jetbrains.com/help/youtrack/incloud/General-Profile-Settings.html. Please test it and let me know if it is what you are looking for.
Oh I see, I thought I could change the format for each field individually.
Thank you for clarifying!