The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

REST API to assign a version to a component

Yannick Hein
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 7, 2021

Hi,

I cannot find an example in the REST API documentation that covers how I assign a version to a component after creating it. Maybe this is directly assigned when creating the version, but there is also no example there.

Can someone help please?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
April 7, 2021

Welcome to the community!

Components do not have versions, so there's no API for it.

I suspect that you're either using different words to describe something, or you might have an app giving you versions on components, but there might be another explanation as to why you're asking this.

Could you maybe give us a screenshot of what you're seeing as versions of components?

Yannick Hein
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 7, 2021

Hi, thanks!

The wording is correct. It is actually a plugin, which I did not expect. There is a long story of requests by others who would like to see this feature as well: https://jira.atlassian.com/browse/JRASERVER-3501

I even found the correct REST API call following the plugin rabbit hole: https://componentversions.docs.apiary.io/#reference/0/component-versions/add-a-new-component-to-version-mapping

Thanks for your feedback!

Like Nic Brough -Adaptavist- likes this
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
April 7, 2021

One of my guesses was right then!

Yes, I've got that issue on my watched (and voted) list, which is how I knew I could say "versions don't have components" straight away.

My next step would have been "does the app have a REST API", but you've beaten me to it!