Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How do you customize columns for a RapidView through the API?

Jeff Ward February 4, 2016

We're a contract developer and tend to make a lot of JIRA projects, one for each contract we get.

We're looking for a way to automate some of the RapidView / board creation through the Groovy ScriptRunner, but can't seem to figure out how to correctly customize (add, remove, set statuses for) collumns on a RapidView.

Is there some piece of documentation for this I'm missing? I've found the Greenhopper API reference, but it's less than forthcoming with information.

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Answer accepted
JamieA
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.
February 4, 2016

You probably want to use com.atlassian.greenhopper.service.rapid.view.ColumnService#addColumn and friends.

The API is not public, hence minimal docs, and you may have to change your code when you upgrade.

I would consider having a bunch of template boards, and use com.atlassian.greenhopper.service.rapid.view.RapidViewService#copy to create new ones. You will probably need to create and associate a new filter if it's a new project though.

Note the source code is available.

 

Jeff Ward February 4, 2016

The source code for what is available? and where?

JamieA
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.
February 4, 2016

JIRA Agile. From Atlassian.

TAGS
AUG Leaders

Atlassian Community Events