Hi,
Does anyone now a trick to hide the entire section on an issue which is called "Description"?
For this issue type (bug), I don't use or show the description field on the create issue screen, but still it shows up on the overview screen.
It does not really bother, but if it's empty always, why leave it there, right? I just want to hide it from this screen...
Thanks!
Emile
Ok guys, thanks for your answers, I guess it cannot be done in OnDemand.
You can hide it in on demand. I remember doing this five-six years ago so I don't think it's new. If you only want to do it for one project, then you'd need to create a new field config scheme and apply it to that project - with description set as 'hidden' in the field config.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I bet that you can modify the code in here, https://confluence.atlassian.com/x/PIGKBw to do what you want.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
not in onDemand I guess!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just hide it in the field configurations.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jobin,
Thanks a lot for your quick reply!
I probably forgot 1 key piece of information:
it's not about the field actually, it's about the "description" section in the overview. Just like you see "details" and "attachments" as sections.
Is there a place where I can change this and move some fields around in those sections? (moving some fields from "details" to "description" would also be a very acceptable solution for me).
Thanks again!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If the field Description is hidden, the whole section goes away. But to move the fields around, you need to modify the view issue plugin which is bundled in JIRA.
I have written a post about modifying bundled plugins here:
http://www.j-tricks.com/1/post/2012/05/modifying-atlassian-bundled-plugins.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have hidden the description field, but no luck...the section still remains.
I use the OnDemand version of Jira, so no option to modify the bundled plugins.
Is there something else I can try to make the section go away?
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have hidden the description field, but no luck...the section still remains.
Strange because I see IsFieldHiddenCondition in the code. There is no other option in onDemand.
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.
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.