We have tickets that become 'child tickets' of other issues. When issues are linked as child tickets we need to bring over their request participants from one issue from another. With the set up in the screenshot below I have done this but it only copies the first paricipant. How do I get it to copy the others?
Edit: The image uploader on here is broken, so I can't show it exactly.
It was as follows:
hi @Alex Lock
did you manage to solve the puzzle or do you still need further assistance.
Well, I found out I need this code, but not sure what to use for the ID to identify it as a parent issue:
{
"update": {
"Request participants" : [
{
"add": {
"id":"{{xxx}}"
}
}
]
}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Alex Lock
I understand you're currently looking into an Automation-based solution, but just to offer a completely different perspective: If you're open to solutions from the Atlassian Marketplace, your use case might be trivial to do with the app that my team and I are working on, JXL for Jira.
JXL is a full-fledged spreadsheet/table view for your issues that allows viewing, inline-editing, sorting, and filtering by all your issue fields, much like you’d do in e.g. Excel or Google Sheets. It also supports bulk-editing of all your issue fields - including the request participants - using copy/paste, like so:
This works for any number of issues in one action, and also between JXL and pretty much any other app - so depending on your exact requirements, you may be done with your work in just a couple of clicks.(It's worth noting that JXL can do much more than this: From support for configurable issue hierarchies, to issue grouping by any field(s), sum-ups, or conditional formatting.)
Any questions just let me know,
Best,
Hannes
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.