mohitbagra / vsts-extensions

Repo holding all my VSTS extensions
MIT License
46 stars 30 forks source link

OneClick: New Linked Item with Templates using macros error on execution #25

Open TravisR-7 opened 6 years ago

TravisR-7 commented 6 years ago

Creating a new linked item using a template that assigns Iteration Path = @CurrentIteration errors during execution. The template will apply correctly when applied in the work item dialog via standard VSTS application, but errors when applied via OneClick. Specifying an explicit iteration path allows the OneClick action to work as expected.

In the example, the OneClick action applies to a PBI, and creates a child Task using a Work Item Template that assigns Iteration Path = @CurrentIteration. Auto create work item is enabled. The OneClick action does not have an associated Trigger.

image

image

mohitbagra commented 6 years ago

OneClick doesnt support @currentIteration macro right now. I have got a couple of similar feedback, I'm planning to look into adding this support.

pluque commented 6 years ago

Do you know when you planne to work on that feature?

ssteiner1 commented 3 years ago

OneClick doesnt support @currentIteration macro right now. I have got a couple of similar feedback, I'm planning to look into adding this support.

Hi Mohit, This extension is great, it helps us a lot, thank you. Are you still considering adding @CurrentIteration macro support?

bartroozendaal commented 1 year ago

I'm looking for this too