You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
Is there a way to remove the date portion from the date/time field and just display the time on the front end ?
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.
@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.