remove/change component with a jelly script

Walter Walter January 27, 2016

Is it possible to remove/change components with a jelly script.

 

 

1 answer

0 votes
GabrielleJ
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 Leaders.
January 28, 2016

If a script can do REST operations to a certain URL, it can certainly interact with JIRA through it's API, whatever that script is. You will just have to learn how that particular script implements it and use it against the JIRA API Endpoint for "Component" https://docs.atlassian.com/jira/REST/latest/#api/2/component

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 28, 2016

I suspect Walter may have been asking about the internal Jelly scripting, which was removed in JIRA 6.4.

The answer in that case was "no", as there were no tags for it (just add).

Walter Walter January 28, 2016

Oh why Jelly scripting was removed in 6.4?

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 29, 2016

It was old clunky technology that Atlassian didn't want to use or support any more.  Most of the use-cases for Jelly were met by the new REST API, improving import functions and the automation plugin. 

Jelly was also the only way that an admin could get into the heart of JIRA and break things without add-ons, so I suspect they wanted to close that option off as well.

Suggest an answer

Log in or Sign up to answer