You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jira has the concept of "affected versions" and "fix versions". The latter is generally the targeted-fix-for-version, and is probably the closest conceptually to milestone.
Jira doesn't have tags. There is a 3rd party plugin and the core ability to use custom fields. Neither is really usable via the SOAP API, so deferring until issue #3 (Jira 5 REST API).
You should transform useful jira information:
into feature tags, as GithubExtension does:
This way, you'll be able to use internal Behat filtering abilities to run only user/milestone/label features.
The text was updated successfully, but these errors were encountered: