I'm trying to understand how others are using feature flag integration with Jira today.
1. Is it common for only epic issues types to be linked to feature flag? Do you avoid multiple epics being linked to same feature flag?
2. When it's time for a release to be cut, how do you determine which feature flags are ready to be turned on? Do you leverage any type of dashboard to monitor progress against feature flag?
Looking for any tips or suggested best practices :)
Hi @Miren Rathod ,
Welcome to the Community! Sorry if you already know this, but just in case, have you checked these articles about how to integrate LaunchDarkly and Jira?:
https://support.atlassian.com/jira-cloud-administration/docs/integrate-with-feature-flags/
https://www.atlassian.com/devops/feature-flagging-tutorials/jira-launchdarkly-feature-flagging
You can have multiple issues linked to a flag.
Hi Carlos,
Thanks for the warm welcome and sharing those links! They were helpful but I'm more interested in understanding from a process flow. Let me share an example to help illustrate.
Example
Let's say I'm planning to release a feature with work that spans across many teams who will check-in their incremental code changes into the main branch over multiple releases, hidden behind a feature flag. The feature flag should be turned on for customers after all work has completed.
For simplicity let's say two teams: Team X and Team Y. And each team has their own EPIC and Stories to track their respective work.
Issue breakdown
Where fixVersion for each story identifies which release code was checked-in. And fixVersion for each EPIC identifies release all stories under EPIC are completed by.
Questions
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.