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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.