Is there a way either using automation rules or setting a default value for a field to set the value of a story point to 1 when an story, bug or task is created?
Check the contents of the storypoint field first.
If a diligent user fills the field during creation, he would not be pleased seeing his/her value been overwritten by 1.
Just my 2 cts :)
You can try this
Trigger: Issue created
If: (optional) Issue Type = Story (or any other conditions you want)
Then: Edit issue
Set Story Points to 1
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.