Hello.
I try the automation feature to add a description to my issue before its creation.
I created a rule: When I create an issue -> and issue type is BUG -> and Reporter I am -> then description files has my text.
Now, this script runs only after the task is created, and I need to reopen it to make changes. So as I understood, all triggers are applicable for created issues, not for the current?
Question: How to immediately change the description field when all fields equal my values?
Hi @Konstantin Zhabko ,
The way in which we cover the need for prepopulating text to be used in the Description field consists of the following:
After having configured it this way, you will see the Form-1 field with the prepopulated text, and then copied to the Description field, preserving any contents added to any of both fields.
Note that in our solution, we have both the Form-1 and the Description field present on the Create Issue Screen.
You might be tempted to remove the Description field and leave just the Form-1 field, since its content is going to be copied to the Description field, but we consider better to keep both fields, since some features rely on the presence of the Description field on the Create Issue Screen for being able to populate the Description field.
Please, note we use Form-1 field just as a temporary element so that we can achieve having prepopulated text to be included in the native Description field. This is a workaround to the fact that only custom fields can be set with a context and a default value.
We do NOT recommend using Form-1 instead of the Description field.
The Description field should be present in all issues of all Jira instances. This is a way to ensure no information is hidden when moving an issue to a different project with a different configuration.
In that sense, the native Description field should act as a universal field, common to all projects.
If you use custom text fields to contain relevant information, note some issues would effectively hide relevant information if they were ever moved to a different project which lacked those custom fields added to their screens, or which didn't have a field context configured.
That's another important reason for not using custom field of Text (multi-line) type, since that info should just be included to the Description field to ensure the info availability in all potential issue lifecycles (which potentially include moving an issue to a differently configured project).
This method has been very useful for avoiding the creation of many new text fields, since they don't provide any value for reporting purposes.
Hope it helps.
Hi @Konstantin Zhabko ,
you're right, Automation will not trigger when you are still in the "Create Issue" screen. It will only change field values after you confirm issue creation, it can't change fields before.
What you are looking for is an issue template addon, you should look at the marketplace to see if something could work for you : https://marketplace.atlassian.com/
Let me know if this helps,
--Alexis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's hard to believe that Atlassian doesn't have its own templates for my case.
So, there is no other idea?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Konstantin, you could vote for this issue that’s only been open 18 years to try to get this as out of the box functionality
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.