Hi @Emilia Traczyk ,
As i understand, you are trying to estimate efforts with using t-shirt sizes. You can use endpoint below
In the returned response, the tshirt size is most likely a custom field.
Example response;
ok, thank you. If I don't have this custom field in fields, can I add this somehow to it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
as @Tugba Capaci said, the t-shirt size of your issues is most likely some custom field, as this is not a built-in Jira feature.
If the t-shirt size is visible on your issue, it should also be included in "fields"; it will, however, almost certainly have a different identifier. To figure out the identifier, you can call the fields endpoint and search for the name of your field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, thank you. you are right - on my side it's called customfield_11000. Is it possible to set the value to it if on my side is null?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That depends on the custom field implementation, but normally, you should be able to update it via the regular edit issue endpoint, regardless of its current value. I don't know which format it expects, tho. Perhaps set a value in the UI, see the value in the issue API response, and figure out the format. Maybe it's just a number, maybe it's something else. Then use this format in the edit issue endpoint.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.