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
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.