Hi,
It seems all the DateTime fields are displaied in the bottom of right on view always.
Is there any way to change this?
I have own DateTime custom fields and I want to place them together with other related fields.
Thanks,
hiro
If you make sure your Date field doesn't implement DateField interface, it won't appear on the right side. It wll appear along with other fields only.
Your custom field class shouldn't implement that interface.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, but it's difficult for me to create a new custom field plugin...
I have some date/time fields which were created by 'Date Picker' field type bundled in JIRA.
Is there any way to change the location of those fields?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The only other option is to edit the view-issue-plugin which is a bundled plugin in JIRA. That is more painful when it comes to upgrades!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Or use Script Runner plugin, make scripted fields that return HTML containing the values of those custom fields. They will not appear along with dates. And don't forget to remove the actual date time fields from the screens.
https://studio.plugins.atlassian.com/wiki/display/GRV/Script+Runner#ScriptRunner-CustomFields
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.