I am able to create parent and sub-task with below format json using VBA.
But, my requirement is to create parent and sub-task together.
So, I will not be able to provide the id/key for the parent, since it will be exist at the time of creation.
Need to find a way to refer the parent which is not created yet.
I tried to use various other formats; but no found solution yet.
Anyone can help?
Hello,
You need to do two rest calls:
1. You create the parent issue
2. You create a child issue.
Thanks for the response.
Yes. That is the only workaround available.
In my requirement, i need to push the tasks together. input format like below:
Looking for some better way. (Don't want to make 2 calls)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you want to make a rest call, you would need to develop your own solution. You either make two Rest Calls and use out of the box Rest Api, or you develop your custom Rest Endpoint.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Validate your expertise in managing Jira Service Projects for Cloud. Master configuration, optimize workflows, and manage users seamlessly. Earn global 🗺️ recognition and advance your career as a trusted Jira Service management expert.
Get Certified! ✍️Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.