I'm trying to add one more field to the assignee people , it gives me (add) button without the list of options so I'm not able to add more assignee field under people section
Hello,
Have a look for an answer here:
you need to define the id of your Story Points field and then add to the field part something like this:
"fields": { "customfield_10006" : 3 }
In the example above 10006 is the id of the Story Points field .
Hi Alexey,
I am trying to create a new subtask but sending this field throws an error. I am able to update the issue using this field but not during creating a subtask.
Any solution for it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It means that the Story point field is not on the subtask screen. Go to project settings -> screens. Find the create screen for the subtask issue type and add the Story Points field there.
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.