SpecSync Documentation
Jira
Jira
  • Introduction to SpecSync for Jira
  • Getting started
    • Getting started using SpecFlow
    • Getting started using Cucumber or other Gherkin-based BDD tool
  • Installation & Setup
    • Install as .NET tool
    • Install as .NET Console App
    • Install as native binaries for Linux or macOS
    • Install as Docker image
    • Setup and Configure
  • Features
    • Push features
      • Pushing scenario changes to Test Cases
      • Configuring the format of the synchronized test cases
      • Synchronizing Scenario Outlines
      • Update Test Case fields
      • Attach files to Test Cases using tags
      • Customization: Setting Test Case fields with default values
      • Customization: Update custom Test Case fields on push
      • Customization: Ignoring marked Test Case steps
      • Customization: Ignoring Test Case Tags
      • Customization: Ignore non-supported local tags
      • Customization: Mapping tags
      • Customization: Synchronizing scenarios from feature branches
      • Customization: Automatically link changed Test Cases
      • Customization: Synchronize linked artifact titles
      • Customization: Do not synchronize title
    • Pull features
      • Pulling Test Case changes to local scenarios
    • Common synchronization features
      • Configuration key
      • Remote scope
      • Linking Work Items using tags
      • Synchronizing Test Case hierarchies
      • Excluding scenarios from synchronization
      • Synchronization conflict resolution
    • Test result publishing features
      • Publishing test result files
    • General features
      • Jira authentication options
      • Configuration file
      • Hierarchical configuration files
      • Local test case conditions
      • Configuration wizards
      • SpecSync plugins
    • Customizations
    • Plugin list
  • Licensing
  • Guides
    • What is my Jira server URL?
    • Jira Test Case Management (TCM) solution
    • How to define the local feature-set to be synchronized
    • Filters and scopes
    • How to use SpecSync from build or release pipeline
    • How to upgrade to a newer version of SpecSync
    • How to attach files to test results
    • Using SpecSync with Cucumber
    • Using SpecSync with Cypress
    • Using SpecSync with Postman
    • Using SpecSync with TestNG
    • Using SpecSync on macOS or Linux
    • Using SpecSync inside a Docker container
    • Migrating from SpecSync v1 to v5
  • Changelog
  • Release Model and Roadmap
  • Downloads
  • Reference
    • Command line reference
      • init
      • upgrade
      • push
      • pull
      • publish-test-results
      • version
    • Configuration reference
      • toolSettings
      • local
      • remote
      • jira
      • knownRemotes
      • synchronization
        • push
        • pull
        • links
        • attachments
        • format
        • fieldUpdates
      • hierarchies
      • publishTestResults
      • specFlow
      • customizations
    • Compatibility
    • Older versions
  • Contact
    • SpecSync Support
    • Troubleshooting
    • FAQ
  • Project Website
Powered by GitBook
On this page
  • Release model
  • SpecSync plugin compatibility
  • Roadmap
  • Planned features

Was this helpful?

Release Model and Roadmap

PreviousChangelogNextDownloads

Last updated 1 month ago

Was this helpful?

This document contains information about the release model and the features we plan for the upcoming releases of SpecSync.

Release model

SpecSync uses . Each SpecSync release has a unique version number that is consisting of three numbers in the [major].[minor].[patch] format, e.g. 5.2.0. The major version number is generally referred as the main version (e.g. the main version of 5.2.0 is v5).

We do not provide public patch releases (when only the patch number changes), the patch number is used as an internal identifier.

Before v5 the major and the minor version number represented the main version (e.g. v3.4) and the patch number was used for update releases.

We provide three type of releases:

  • Main releases: The main releases have a new main version with an increased major version number. These releases might contain new features and changes that might not be backwards compatible with the previous releases. The always contains detailed information about the breaking changes. The upgrade command can help to perform the majority of the upgrade steps. The breaking changes are usually changes that affect only a smaller subset of the users or require small change in the SpecSync configuration files. If the migration requires more work, we also provide a migration guide the helps with the upgrade process. Usually there are 1 or two main releases per year. It is recommended to upgrade to the latest main release at least once every year.

  • Update releases: The update releases use the same major version number (e.g. v5), but have a unique minor number (e.g. 5.1, 5.2). These releases are backwards compatible with the releases of the same main version and contain bug fixes and smaller new features. The update releases are made on-demand, approximately 6 a year. We generally provide update releases for the last two main release. It is always recommend to upgrade to the latest update release of the major version you use.

  • Preview releases: Preview releases are provided on-demand for specific customers to verify a certain feature or fix before it is released as an official main or update release. The version specifier of the preview release [major].[minor].[patch]-pre[date]-[day-sequence] format and they are published to as a preview release. In general we do not recommend installing a preview release without consulting with SpecSync support.

It is always recommended to update to the latest update release as it might contain important bug fixes. It is also recommended to update to the latest main release at least once a year.

The guide contains information about how to upgrade to a newer version.

SpecSync plugin compatibility

The are generally compatible with the SpecSync version with the same major version number. E.g. a plugin with version 5.4.3 is compatible with any v5 SpecSync release.

Roadmap

We currently work on the finalization of the v5 release. Please check the or try out the preview!

We will update the roadmap after v5 has been released. Please stay tuned.

Planned features

  • Support for Zephyr Scale for Jira Cloud (formerly Test Management for Jira, TM4J)

  • Support for Zephyr Squad

  • Support for XRay

Further plans for feature availability can be found at .

the SpecSync for Jira home page
semantic versioning
changelog
nuget.org
How to upgrade to a newer version of SpecSync
SpecSync plugins
Changelog