Hi,
I need to create valid issue and it's subissue. However, in order to validatea sub-issue I need to provide it's parent ID (I am using
issueService.validateSubTaskCreate
). Problem is, that the parent issues has not been created yet: I want to create parent issues as soon as I know, that validation procedure for sub-issue will succeed. So I want to work within a kind of transaction.
Thanks for any hints!
:)
Jan
Problem is, that the parent issues has not been created yet
This is your catch 22 then. You cannot create a sub task if you don't have the parent task.
Timothi, I understand that.
My question actually was, whether I can validate creation of issue "P" with children "C1" and "C2". I have all parameters (summary, issuetype, etc.) needed for creation P, C1 and C2.
Thanks
Jan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nope. Cause C1, C2, ... needs a valid P issue id/key.
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.
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.