The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Releasing cross platform products with JIRA Kanban Board

Tahir Akhtar
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 21, 2015

Hi

We are using JIRA Kanban board to manage a product that is shipped to three different mobile app stores. Most of the code base is cross platform, but some features require platform-specific code. 

So usual flow of work is: 

1. Implement features, fix bugs, etc. 

2. Prepare build for Platform 1 and handover to QA. QA verifies issues fixed in step 1

3. Release build to Platform 1 store

4. Prepare build for Platform 2 and handover to QA. QA verifies issues fixed in step 1

5. Release build to Platform 1 store

6. And so on

Now if use Kanban release feature at step 3, QA sees that the list of issues to be verified on step 5 is no more visible on Kanban Board. This may result in QA failing to verify a few of the issues on 2nd platform.

One simple solution is to use the Kanban release button after the builds are release for all platforms, but I feel that this will clutter the board unnecessarily. 

Anyone got a better suggestion?

 

Thanks

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
M
Contributor
May 21, 2015

Have you explored using swimlanes to segregated each platform's issues? Assume you don't have swimlanes already configured you can set them up for each platform;

Platform 1 || JQL: platform = platform1  || Issues for platform 1

Platform 2 || JQL: platform = platform2  || Issues for platform 2

Platform 3 || JQL: platform = platform3  || Issues for platform 3

Tahir Akhtar
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 21, 2015

Thanks for your suggestion Marc. As I mentioned most of the issues are common to all platforms and fixed by changes to common cross-platform codebase. The real issue is that all issues are verified by QA team separately on each platform build. So if we use the Kanban "release" feature after 1st platform release, the issues are not yet verified on other platforms reducing the visibility for other platforms