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

Allow to inherit values from other fields #114

Open
3 tasks
codescape opened this issue Feb 2, 2024 · 1 comment
Open
3 tasks

Allow to inherit values from other fields #114

codescape opened this issue Feb 2, 2024 · 1 comment
Labels
syntax Feature: syntax to create subtasks

Comments

@codescape
Copy link
Owner

codescape commented Feb 2, 2024

As a user I want to be able to inherit values from the parent issue to other fields of the newly created subtasks. For example a story with the custom user field Developer should be able to be inherited to assign the subtasks.

Possible solution would be something like this:

- new subtask using the value of the story's custom field Developer
  assignee: @inherit(customfield(Developer))
- new subtask using the assignee of the story for a custom field Developer
  customfield(Developer): @inherit(assignee)

This is a customer feature request:

Tasks

  • decide about syntax
  • implement
  • update documentation for syntax
@codescape codescape added the syntax Feature: syntax to create subtasks label Feb 2, 2024
@codescape
Copy link
Owner Author

codescape commented Jun 30, 2024

Current existing customer requests are limited to pulling specific field values into the summary of the newly created subtasks. This would make implementing this feature easier if we limit it to summary and description first.

- Designer @inherit(customfield(Designer)) needs to create a mockup with priority @inherit(priority)

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

No branches or pull requests

1 participant