figueiredorui / 1-click-tasks

Add tasks to User story or Bugs from predefined templates using a single click.
MIT License
6 stars 2 forks source link

Fails to create task if a field contains a calculated variable such as @CurrentIteration #32

Closed CSharpGuy2006 closed 4 years ago

CSharpGuy2006 commented 5 years ago

If the pre-defined template task has a field which uses @CurrentIteration as it's value, the task is not created. When you remove that assignment to a static value or remove alltogether, the 1-click works as expected.

to recreate:

  1. create template task with title and save
  2. open a User Story and use 1-click to add task
  3. once it finishes, delete task and save.
  4. modify template task and add field Iteration with @CurrentIteration as default and save 2 open User Story and use 1-click to add task.

Result, no task is added.

go back to template and either remove or make that field static and save go back to User Story and 1-click works.

Great plugin, I really appreciate it!

figueiredorui commented 4 years ago

@CurrentIteration is not supported