How do I create a release in a next-gen kanban project. My "done" queue is growing larger.
Or is there any other way to move things out of the board?
Thanks all! I figured out. This was the answer I was looking for: https://answers.atlassian.com/questions/243496/auto-populate-a-custom-field-with-issues-containing-the-keyword-typed-in-summary-while-creating-an-issue.
Thank you for the reply. I looked into 'Query Issues Custom Fields' plugin before. I realised I dont need groovy here. Also I understood that I need to configure JQL query in the configuration of the custom field, this means that I need to multiple custom fields for different queries.
Please correct me if I'm wrong.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If the list of issues being returned is somehow related to the original issue, then you could just update your script to create links to the issues (if they don't already exist).
You don't need a custom field to accomplish this sort of thing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for the reply. Groovy script is for returning list of issues with summary(or description) containing any keyword present in original issue summary.
We want to have these list to be present in seperate custom field instead of linking.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.