The only solution I can find is in project>Automation and then new rule triggered by create new work item. This is not exactly what I want. I want the standard text to appear when the user clicks on create task and then the user can add the additional information to the standard text.
Anybody can help me with that?
Hello @Ewa Kristiansen
What type of project are you using?
If you are using a Team Managed project, you can set a default value for the Description field, and that value will show when you are in the Create dialog.
If you are working with a Company Managed project it is not possible to set a default value for the Description field without a third party app like ScriptRunner or Default Values for Create Issue Screen.
There is a workaround that involves:
You can read more about that solution here:
Hi Ewa,
As Trudy mentioned, you can achieve this use case by adding a default description and then using Behaviours.
We have an example of how to do this here that you can refer to as a guide.
Regards,
Kristian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've done this via workflows. On the create transition (between start and backlog) I added "perform actions" then update an issue field, and then I add the default text that I want. The event is Issue Created
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Jo-Lee Bertrand
Doesn't that only update the field as the new issue is saved?
The post author said they specifically want the default text added when the Create dialog is opened so that the default text is in place for the user to modify.
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.