Hi,
I am trying to link the issues to new one while creation. I am able to able to link single issue but not multiple.
I tried with following code. let me know, Where I am wrong.
CLI action
JQL query: project = "GGS" AND "Email address" ~ "%original_Email address%"
Product: Jira
Action: --action run --server "https://jira-test.suresh.com" %variable_credentials%
Data:
--action linkIssue --issue "%original_key%" --toIssue %jql_result_list% --link "blocks"
To link multiple issues using CLI in post function, please configure your post function as given below.
--server "%base_url%" --user username --password password --action runFromIssueList --jql "project = GGS AND Email address ~ %original_Email address%" --common "--action linkIssue --issue "%original_key%" --toIssue "@issue@" --link blocks "
Please try and let us know the outcome.
Thanks,
Reshma
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.