Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please provide more examples for typical tasks #8

Open
fkupchik opened this issue Feb 15, 2024 · 0 comments
Open

Please provide more examples for typical tasks #8

fkupchik opened this issue Feb 15, 2024 · 0 comments

Comments

@fkupchik
Copy link

I'm trying to do simple link between two Jira tickets using relates type of link. However, I'm having hard time figuring out how to do that. I came up with this command:

jirazzz post /rest/api/3/issueLink '{:type {:name "Relates"}, :inwardIssue {:key "ISSUE-1"}, :outwardIssue {:key "ISSUE-2"}}'

but I'm receiving HTTP 415. The tool is working fine for other aliases utilizing get and JQL to get a list of issues.

It could be really nice to have more documentation and examples:

  • about the way to figure out the proper input for such custom requests
  • how to use config file to create alias
  • how to use the above alias and supply ISSUE-1 and ISSUE-2 as cli options.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant