Hi Community,
Is it possible to have a time only field in JIRA Service Desk ? I need to add a Time field for new project for one of my teams. They have shift times in 24 format and we need to separate Date and Time. I am surprised, no one ever asked this question before and I don't want an addon just to have one custom field which prompts a picker in 24 format.
You will need to find or write a plugin to provide such a field - there isn't one in Jira. I can't find one either, albeit I've not tried hard. I don't think there's much call for it.
No, that's not how fields work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Harp Displaying is possible, though the possibility to evaluate the tim, e.g. with JQL is not possible. Hence the added value is limited.
You can use a text field and use Smart values of Jira Automation - and format the date field of interest with
{{datefield.format("HH:mm")}} - e.g. {{created.format("HH:mm")}} for the Time of Issue creation.
Source: https://support.atlassian.com/cloud-automation/docs/jira-smart-values-date-and-time/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.