How can I set the default value of the description field of a Jira issue using the Jira cloud REST API.
When the create issue form is opened, I would like the description field of that issue to be pre-filled with some content, which can then be edited.
I can't seem to find any reference to setting default values for system fields (the fields that all Jira issues contain by default, e.g. title, description, components, etc.) in the REST API documentation.
Does anyone know if this is possible?
If i understand correctly, you want to change the field value whenever that Create screen is opened. You could try the Script Runner Behaviors