Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 16 Current »

This section shows some useful BBB Git integrations with Jira core features like JQL, Custom Fields, Workflows and Dashboards.

Git-based custom JQLs on the fly

Learn in 3 minutes how to create a custom JQL on the fly based on Git data.

In this demo, two issues: DEMO-1 and DEMO-2 are related by one commit.

We will build a JQL to get DEMO-2 from DEMO-1.

Since the 7.14.0 version of SQL+JQL Driver, the built-in sql function requires a trusted user’s saved query id as input paramter. non-trusted users' queries are no longer supported.

The sql function also supports parameters from that version.

Git-based Custom Fields

Learn in 3 minutes how to create a custom field based on Git data.

In this demo, two issues: DEMO-1 and DEMO-2 are related by one commit.

We will build a Jira custom field to display that relationship

Git-based workflow validators (same for conditions)

Learn in three minutes how to write a custom validator to control developers' workflows.

In this demo issues with no commits cannot be closed.

Git-based reporting & analytics added to a Jira Dashboard

Learn in five minutes how to report the commits in a Sprint and add them to a Jira Dashboard for drill-down from the repository to the commit detail.

  • No labels