I found lots of answers for older Jira versions, like this:
But can't figure out how to handle this with Jira 7.0+
I did find a hack like this:
but I have multiple projects with different columns.
There's no way to dynamically figure out which fields are present and modify the view with Javascript. The field names aren't part of the HTML of the panel, so you can't just 'expose' them somehow. Your only option is to either modify the sourcecode of the template that shows Sub-Tasks or replace it with a custom plug-in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.