Skip to content

Add alphaJiraIntegration feature flag#7576

Merged
jpople merged 3 commits intomainfrom
jpople/jira-integration-base
Mar 10, 2026
Merged

Add alphaJiraIntegration feature flag#7576
jpople merged 3 commits intomainfrom
jpople/jira-integration-base

Conversation

@jpople
Copy link
Contributor

@jpople jpople commented Mar 5, 2026

Ticket ENG-2648

Description Of Changes

Adds a base feature flag (alphaJiraIntegration) for the Jira DSR integration. This flag gates the feature during development and allows the team to collaborate on ENG-2648 and ENG-2647 without exposing the in-progress integration in test or production environments.

Code Changes

  • clients/admin-ui/src/flags.json - Add alphaJiraIntegration flag (dev-only)

Steps to Confirm

  1. In development, verify flags.alphaJiraIntegration is true via the feature flags UI (/settings/about)
  2. Confirm the flag is false in test and production environments

Pre-Merge Checklist

  • Issue requirements met
  • All CI pipelines succeeded
  • CHANGELOG.md updated
    • Updates unreleased work already in Changelog, no new entry necessary
  • UX feedback:
    • No UX review needed
  • Followup issues:
    • Followup issues created
  • Database migrations:
    • No migrations
  • Documentation:
    • No documentation updates required

Summary by CodeRabbit

  • New Features
    • Added a new alpha feature flag enabling Jira integration, allowing users to create and manage Jira issues directly from privacy requests.

@coderabbitai
Copy link

coderabbitai bot commented Mar 5, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: e4685938-13fc-449d-8405-6f0ce2315b52

📥 Commits

Reviewing files that changed from the base of the PR and between 9d24a80 and 333cf5d.

📒 Files selected for processing (2)
  • changelog/jira-integration-alpha-flag.yaml
  • clients/admin-ui/src/flags.json

📝 Walkthrough

Walkthrough

This pull request adds support for a new alpha flag for Jira integration in the admin UI. A changelog entry documents the feature, and a corresponding feature flag configuration is added to enable the Jira DSR integration for creating and managing Jira issues from privacy requests.

Changes

Cohort / File(s) Summary
Jira Integration Alpha Flag
changelog/jira-integration-alpha-flag.yaml, clients/admin-ui/src/flags.json
Added new alpha feature flag alphaJiraIntegration with configuration for Jira DSR integration. Includes changelog entry documenting the feature addition. Flag is enabled in development, disabled in test and production environments.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 A flag hops into view, so shiny and new,
Jira integration dreams coming true!
Alpha and eager, it bounds through the code,
Privacy requests on a swiftly-paved road. 🚀

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and accurately summarizes the main change: adding a feature flag named alphaJiraIntegration.
Description check ✅ Passed The description includes all essential sections: ticket reference, description of changes, code changes, steps to confirm, and pre-merge checklist with appropriate selections.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch jpople/jira-integration-base

Comment @coderabbitai help to get the list of available commands and usage tips.

@vercel
Copy link
Contributor

vercel bot commented Mar 5, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

2 Skipped Deployments
Project Deployment Actions Updated (UTC)
fides-plus-nightly Ignored Ignored Preview Mar 10, 2026 3:31pm
fides-privacy-center Ignored Ignored Mar 10, 2026 3:31pm

Request Review

@jpople jpople marked this pull request as ready for review March 10, 2026 15:32
@jpople jpople requested a review from a team as a code owner March 10, 2026 15:32
@jpople jpople requested review from speaker-ender and removed request for a team and speaker-ender March 10, 2026 15:32
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Mar 10, 2026

Greptile Summary

This PR adds a new alphaJiraIntegration feature flag to flags.json that gates the in-progress Jira DSR integration during development, preventing it from being exposed in test or production environments. The change is minimal and follows established conventions already in the codebase.

  • The new flag correctly mirrors the structure and naming convention of existing alpha flags (e.g., alphaPrivacyNoticesSandbox, alphaDarkMode).
  • development: true, test: false, production: false correctly restricts the feature to development only.
  • A changelog entry has been added with the appropriate Added type and a clear description.

Confidence Score: 5/5

  • This PR is safe to merge — it only adds a dev-only feature flag with no functional code changes.
  • The change is a single JSON entry and a changelog YAML file. It follows the existing flag structure precisely, is dev-only, and introduces no logic or runtime risk.
  • No files require special attention.

Important Files Changed

Filename Overview
clients/admin-ui/src/flags.json Adds alphaJiraIntegration feature flag following the same pattern as other alpha flags; dev-only with test and production disabled.
changelog/jira-integration-alpha-flag.yaml New changelog entry correctly typed as "Added" with an appropriate description for the Jira integration alpha flag.

Last reviewed commit: 333cf5d

@jpople jpople added this pull request to the merge queue Mar 10, 2026
Merged via the queue into main with commit d7e6eb2 Mar 10, 2026
47 checks passed
@jpople jpople deleted the jpople/jira-integration-base branch March 10, 2026 17:49
mfbrown pushed a commit that referenced this pull request Mar 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants