Hi,
I'm using automated scripts to create and modify Jira issues externally vial the SOAP API. Specifically I use the jiraclient functionality in Perl.
On one machine I can create subtasks for issues by specifying a 'parent'-field as the issue key of the desired parent issue. I made a full backup of the Jira configuration (via administration page) and restored this backup on a different machine. Now, there I cannot create subtasks in the same way as it is working on the first machine.
I checked all the configuration, which is the same in both instances. The only notable difference between the two machines is, that the one where my scripts are working is running Jira 5.1.1 while the other one is running Jira 5.1.3. So maybe some upgrade of Jira removed the support to create subtasks in the described way, but I didn't find anything in the update notes.
Could anybody give me some hints what else might be the problem or if it is indeed related to the Jira version ?
Thanks in advance, TS
EDIT: Maybe the actual error message would be helpful too (forgot about it):
"There is no issue type called [subtask project name]."
And indeed, I cannot create a standalone issue from this project as it is only used for subtasks. But as described, in the same scenario I can still create a subtask from perl-jiraclient by setting the 'parent'-field to an existing issue.
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.