Always display "Due Date" field on issue view screen, even if value is empty

Jim Yang July 16, 2014

If "Due Date" never been set, it would not show on the main issue view screen. Is there any way to show it, so that people can do inline editing for the field?

10 answers

1 accepted

2 votes
Answer accepted
Joe Pitt
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 16, 2014

By design empty fields aren't displayed so I suspect you'd have to modify source code.

Fabian Schubert February 12, 2019

Here is my work-around for this:

I added a transition named "Set Due Date" to the workflow which starts from the status "In Progress" and ends also in the status "In Progress". Then I created a new screen, named it "Set Due Date Screen" and connected it to the transistion.

Now I can set a due date by triggering this workflow transition. After I have set a due date, it will appear as a field in the edit screen.

For me it does the job, although it only allows to (initially) set a due date from the status "In Progress".

Note: There is no POST function to set a default value to the field Due Date. Only a few basic fields can be changed with a POST function.

Robert Cronk June 17, 2019

An empty description field is displayed, so the logic to selectively display or hide empty fields already exists, it just needs to be opened up to us lowly users.  Perhaps a "Show when empty" checkbox would work to let users decide which empty fields to display.

Chris_Burl__ORNL_ June 17, 2019

Within the details view on the the boards, Description is in the "Description Area" which admins cannot add fields to. We can put fields in the "Primary Fields" section which are supposed to be always visible per the tooltip, but doesn't seem to be functioning properly for me. If you want an item to be visible only when populated it goes in the "Secondary Fields".  So it looks like thought was given to this use case but lacking in proper implementation.

Like Robert Cronk likes this
Deleted user June 17, 2019

I perhaps think you are utilizing the New Issue View in JIRA Cloud? Which currently is still open and barely complete according to here: https://jira.atlassian.com/browse/JRACLOUD-70555

My guess is they are still working out the kinks on the New Issue View, since its mid-launch.

Robert Cronk June 17, 2019

Our installation is on-premises, not in JIRA Cloud.

Deleted user June 17, 2019

That was for Chris Burl.

Robert Cronk June 17, 2019

Got it, thanks.

Chris_Burl__ORNL_ June 17, 2019

@[deleted] I am referring to our cloud instance and to the "Details View" in a board with the Jira Labs setting turned off. I appreciate the link as I mentioned this seemed new and this explains it. Interestingly I turned the Jira Labs setting back on which mucks with that view and the field appears. Looks like the current build isn't reverse compatible with the old details view and they broke it. It won't even show up if it's populated...

Like Tyson Neil Taber likes this
3 votes
Joe Pitt
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 5, 2018

The problem with setting a default just so the field is visible is, from my experience, it never gets reset. Since it has a value nothing I'm aware of will make a user update the value. We did this at my first job with JIRA because management didn't like fields not showing. We ended up with more than half of the values as TBD for those fields when the issues were closed. This is a training issue. 

Tyson Neil Taber July 5, 2018

I found the same in my arena Joe, I feel ya there.  What we did was create custom series on individual reports and team reports that looked for tickets in a known status that should have the field value NOT be the default value, and then managed the misses that way if it returned a "closed" ticket where the custom field value was still set at the default value.  This allowed individuals to view their personal report pages and easily see any misses they had. Leaders are also able to view their teams misses with only slight tweaks to the necessary JQL.

1 vote
Tyson Neil Taber June 7, 2018

You should be able to set a 'generic' default value for the field, such as "Required" or something to your liking.

If the field has a default value, then it should display, and allowing editing.

0 votes
Maria Javier October 5, 2020

Maybe this should be a new thread, but I was looking for a solution to the following and stumbled upon this page which is the closest thing I could find.

I followed the very same steps mentioned in the above to add the Due Date however when I add an actual date to an existing ticket, the ticket disappears from view. The reason why it disappears is that it appears "closed" although the status is not closed. In either case, I found that if I close the ticket and then reopen the ticket, the ticket is again viewable in the main dashboard. I've been looking around to see what is making the addition of an actual DueDate disappear from the list of current open/in progress tickets?

0 votes
Anatoly Spektor November 11, 2019

I think I am little late to the party, however, I have recorded a video to show a Due Date on a Jira board, in case it will be easier for you to see it in video format.

 

 

Screen Shot 2019-11-11 at 1.09.34 PM.pnghttps://youtu.be/23RXnOt-1f4

0 votes
Zhengxing jiang July 16, 2019

I just want to answer somebody if you don't know where can fill in "Due Date" and display after creating. That is "Edit".  It really takes me some time to find it.  >_<微信图片_20190717115027.png

0 votes
Chris_Burl__ORNL_ June 17, 2019

Documentation reads such that if in the Project settings for an Issue layout has the field in the "Primary" category it should always show up in the details view but based on my experience it doesn't function this way consistently. Making an optional field mandatory and populating with a default just to have it appear introduces risk that bad information could be passed to the team resulting in a loss of trust in the tools. Calling this a training issue oversimplifies what is a lack of consistency in admin controls that appear to have been planned for but not effectively implemented in the live version of this software. This should be considered a bug and be fixed not worked-around.

0 votes
Dhaval Patel October 29, 2018

Indeed you can put any value for that or you can compulsory required field. I think it is best solution for that.

0 votes
André K. August 20, 2018

As they said before, fields are only displayed with values.
You can set a default value with post functions.

0 votes
Monika Sharma July 5, 2018

Hi Jim,

If you want to show the due date field then you need to set if you want to hide or show it.

 If you have a admin access then you need to go site admin->jira->issues->field configuration.

 Hope this will help you.

 Thanks

Tyson Neil Taber July 5, 2018

This will not make fields that initially have no value display, unfortunately.  The only way to display a field is for it to have a value (without cracking code), so you will need to set a default value that is generic and then the field will display based on the settings you mention.   As per the question, if the due date field has never been set, it will not display unless it has a value, which a person should just set the default value to something akin to "Required" or whatever and then it will display that.  Custom fields with no default value, that have never been selected or given a value will not display without making changes to the actual code.

Suggest an answer

Log in or Sign up to answer