Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add automatic tags #2

Closed
everzet opened this issue Aug 5, 2012 · 2 comments
Closed

Add automatic tags #2

everzet opened this issue Aug 5, 2012 · 2 comments

Comments

@everzet
Copy link

everzet commented Aug 5, 2012

You should transform useful jira information:

  1. Assigned users
  2. Assigned milestone
  3. Assigned tags

into feature tags, as GithubExtension does:

@assignee:everzet @milestone:sprint_1 @bug
Feature: ...
  ...

This way, you'll be able to use internal Behat filtering abilities to run only user/milestone/label features.

@robocoder
Copy link
Member

Ok, I'll check the API. I think this is doable.

@robocoder
Copy link
Member

Partially implemented in v1.0.2

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).

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

No branches or pull requests

2 participants