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 support for Affected Versions (or just versions) #587

Closed
Roobxyz opened this issue Mar 10, 2023 · 4 comments
Closed

Add support for Affected Versions (or just versions) #587

Roobxyz opened this issue Mar 10, 2023 · 4 comments

Comments

@Roobxyz
Copy link

Roobxyz commented Mar 10, 2023

Please consider opening a discussion in ideas category if applicable. Your feature will be prioritized on based on the number of votes.

Is your feature request related to a problem? Please describe.
Affected Versions is a native JIRA field - so would be good to add support for it (not sure if we can reach it with custom fields)
https://www.atlassian.com/agile/tutorials/versions#:~:text=Affects%20version%20is%20the%20version,feature%20or%20bugfix%20to%20customers.

Describe the solution you'd like
To be able to supply --affected-versions during a jira issue create

Describe alternatives you've considered
Looked at custom fields but couldn't understand it

Additional context
A snippet from a request made directly to the API below shows versions is a first class field and is distinct to fixVersions

    "fixVersions": [],
    ...
    "timeestimate": null,
    "customfield_10218": null,
    "customfield_10219": null,
    "versions": [
      {
       "self":...
       "id":....
       "description":...
       "archived":....
       "released":.....
     }]
@damianoneill
Copy link
Contributor

@ankitpokhrel @Roobxyz its not called out explictly here but assume the same request for --fix-versions support for the native jira field Fix Versions as these are likely to be used at the same time in several scenarios.

@damianoneill
Copy link
Contributor

Ignore the comment above, just noticed the fix-version already exists as a command line option.

@ankitpokhrel
Copy link
Owner

Done with #642

@Roobxyz
Copy link
Author

Roobxyz commented Aug 23, 2023

❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants