Hi
I have a requirment where i need to hide some custom fields in all work flow steps / transitions screens except in the create.
Please let me know if this is possible with a Javascript or some other method.
Thanks
Lakshmi
You should avoid javascript in atlassian stuff, it's a last resort. I don't know why so many people here insist on trying to make their life difficult by trying it, especially when they usually don't need it.
You certainly don't need it here. Each transition can have a different "screen" associated with it, and you can add/remove whatever fields you like to these screens in standard Jira configuration. See https://confluence.atlassian.com/display/JIRA/Configuring+Fields+and+Screens
Hi Nic,
Thanks for your repsonse. I do not want to use a different screen as i need to hide only 2 custom fields (basically captured for consent / agreement) to be hidden. Our workflow has more than 25 steps and i do not want to design and build that many screens to hide only 2 fields in all steps except during creation of the issue.
please let me know if there are any other option to my issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Seriously, javascript is a far more vile way to do it that putting in a bit of work on screens.
I think I did not really mention something that would help you here - I said each transition *can* have a different screen, but they don't have to be different. You can use the same screen in many places.
In your case, all you really need is 2 screens - one for create, with the fields, and one for the transitions, with the shorter list. It sounds like you have the transition screens already, so I'd copy that screen, associate the new oen with "create", then remove the fields you want to hide from the transition screen.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you accepted my answer first, that's how Answers recognises it.
However, I'm happy with a thank you! Even if I couldn't solve it, but helped somehow, I couldn't ask for more than some positive feedback.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nic
Your solution was perfect , clean and quick.
Thanks much. Let me know if there is any way in this forum i can award points for your answer
Lakshmi
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.