Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this Page

Table of Contents
maxLevel2
excludeAdditional Resources|Related Links|Related Information

Scenario

I want to query our issue/feature tracking system's REST API for which features or defects included in the release were submitted by which customers.

Requirements

To achieve this, we need two pipelines:

  • All Accepted Items: One to query all accepted defects and features within the release submitted by a certain customer. An “accepted” item is one that has been verified by QA to be functioning in the release.
  • Customer List: One to gather the list of customers and call the first pipeline to run against it.

Configuration

All Accepted Items Pipeline

Since the feature/defect tool in use tracks features and defects as separate objects and these items are further categorized as either for the platform or Snaps, we need a pipeline that will query for: 

...

we could write the results per customer to files on SLDB, then send them in emails. Depending on the number of customers, you could end up with several email messages.

Customer List Pipeline

The way we track submitted items submitted by customers is through a custom multi-select field, allowing for multiple customers to request the same feature or submit the same defect. This second pipeline:

...