You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I need to copy the board view issue desk with all issues, swimlanes, filters etc in my addon. So there is a need to get swimlanes with issues. Now I found how to get swimlane strategy via private Rest API, however I should use basic auth to access the REST API.
But the swimlane's strategy name isn't enough to group issues by swimlanes.
There's no REST API for getting the swimlane definitions yet.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It has not changed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello
@Alexander Sutyagin could you share how are you getting the swimlane strategy name?
I'm trying to get it with no success yet, and in my case strategy name could already help a lot (still api for swimlanes would be nice to have :) ).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
An SWIMLANE API will also help me alot.
My struggle is with maxResults
/jira/rest/api/2/search?jql=project=BDASINGZA&status=open&issuetype=epic&fields=id,key,summary,description,issuetype,status&maxResults=100
At my company they ONLY allow 50 records. I add the maxResults parameter. Our swimlanes are base on Epic's so this will really help.
:)
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.