i can see rest api to create new jira issue type but i want to add this new issue type to all existing "Issue type schema" by rest api or programatically .
not able to see any such rest api . Can someone tell me how can i automate this ?
Hi Parag_Gupta,
Check api/2/issuetypescheme resource
You must call the following endpoints:
- GET /rest/api/2/issuetypescheme
- PUT /rest/api/2/issuetypescheme/{schemeId}
Regards
is this same API available in 7.13.2 version too? i believe it's not there. is any similar type of api which exists in 7.13.2
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.
i installed 7.13.2 version and checked , "issue type schema" is there but no API exists in this version to create or update "issue type schema"
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.