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

[Feature Request] Allow setting remote related WI relations #1109

Closed
asmundg opened this issue Mar 2, 2021 · 2 comments · Fixed by #1239
Closed

[Feature Request] Allow setting remote related WI relations #1109

asmundg opened this issue Mar 2, 2021 · 2 comments · Fixed by #1239
Assignees
Labels
Feature Feature Work required.

Comments

@asmundg
Copy link

asmundg commented Mar 2, 2021

Is your feature request related to a problem? Please describe.
az boards work-item relation add has a hard requirement on the added relation being a link to a local work item that can be looked up by id. This means that it's impossible to add a relation to a remote related work item, since this does not have a local work item id that can be looked up.

Describe the solution you'd like
It should be possible to add a remote related work item relation. This would mean skipping the required id lookup, which means adding a new command:

az boards work-item relation add-url

Additional context

@roshan-sy
Copy link
Contributor

Proposed solution
Instead of adding a new command, we can add a new parameter --target-url.
Cli will conditionally use between target-url and target-id

@roshan-sy
Copy link
Contributor

Proposed solution Instead of adding a new command, we can add a new parameter --target-url. Cli will conditionally use between target-url and target-id

@asmundg Shall I go ahead with this approach?

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

Successfully merging a pull request may close this issue.

3 participants