I want to create Fix Version using Rest API, If that’s possible then which is the right API endpoint I should call?
Hi @VipulGoel,
You can start by getting issue metadata which may return metadata for the field fixVersions and the operations permitted. If the operation includes set
, then you can modify it using the edit issue resource.
Regards,
Dugald
1 Like
Actually I want to create an option for Fix Version field using api, I don’t want to assign fix version to issue using REST api. Is it possible to create option for Fix Version field using REST api?
@VipulGoel does the Create Version API give you what you need?