I'll preface this by saying we do not have ScriptRunner(despite our wishes)
We are trying to hide the summary field in a specific screen, since we'll be using a plugin to fill with the concatenation of other fields.
On the create screen however, we used a JS script in the field configuration to fill it with a standard value, so as to not be empty.
This is the script we have on the Field Configuration Summary Description:
<script type="text/javascript">
if (document.getElementById("summary").value == "") {
document.getElementById("summary").value = "Do not Edit";}
</script>
Now we are trying to hide it. Any help in that regard.
In My Server instance, I was able to remove the summary from the issue screen view
Then ist is also removed in the edit isssue screen.
But it is still visible in the browser.
@Alexander Pappert It is the reason I said you won't be able to remove it.
I found some very old posts, even though I am not sure why you want to remove the field when it is one of the core fields on issues.
Best,
Fadoua
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not sure why you are trying to remove Summary Field however it is a required Jira system Field.
I don't think it can be removed.
Best,
Fadoua
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just want to hide it.
I have a post-function to populate it with data from other fields after creation, and the JS will pre-populate it with a standard value, I just need that the users do not see it.
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.