You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Dear community,
We have a little more than a 100 Rapid boards created on our Jira instance and each of the projects configured with these boards have the same workflow.
I recently added a status in the workflow and in order for this status to appear on the boards column, I currently have to manually edit the settings of the board and map the unmapped status to the correct column.
I checked with Bob Swift CLI for Jira plugin but coudn't find anything in this regard.
Is there a way to bulk edit multiple boards column management to assign unmapped status without having to modify them one by one and manually do the change ?
Thanks for the help !
Hi ,
Board's are containers and configured based on JQL. I think it's not possible to update all with REST API.
can you check in Script runner plugin docs. There may be a chance.
Hi Kagithala,
I took some before answering to make sure something was feasible from your answer. Indeed, you're absolutely right, boards are configured based on JQL.
I noticed that there were some classes available in an old Atlassian documentation (see link), called ColumnService that allows one to perform actions (add, remove, update) on RapidView columns.
Unfortunately, using this class in the ScriptRunner Console fails because it cannot be found. I guess it is deprecated while some other classes like RapidViewService are still available and working.
Do you have any tips by what this ColumnService was replaced or if there is simply no way currently to do this ?
This simple code fails on ScriptRunner console (commenting ColumnService works):
import com.atlassian.greenhopper.model.rapid.RapidView
import com.atlassian.greenhopper.service.rapid.view.ColumnService
import com.atlassian.greenhopper.service.rapid.view.RapidViewService
import com.atlassian.jira.component.ComponentAccessor
import com.onresolve.scriptrunner.runner.customisers.JiraAgileBean
@JiraAgileBean
RapidViewService rapidViewService
@JiraAgileBean
ColumnService columnService
Error is the following (I shorten it for clarification):
The script could not be compiled: <pre>org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: General error during semantic analysis: java.lang.NoClassDefFoundError: com.atlassian.greenhopper.manager.GreenHopperCache java.lang.RuntimeException: java.lang.NoClassDefFoundError
Thank you for your help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The manager’s daily activities include a list of challenges to reach high levels of efficiency for their teams. Part of these challenges is related to how to deal with the worklog systems sin...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.