Skip to content

Instantly share code, notes, and snippets.

@relipse
Created February 14, 2014 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save relipse/9002443 to your computer and use it in GitHub Desktop.
Save relipse/9002443 to your computer and use it in GitHub Desktop.
POST NEW ISSUE TO BITBUCKET ISSUE TRACKER
curl -r PUT --user <username>:<password> -F "title=This is a test" -F "content=This is also a test." https://bitbucket.org/api/1.0/repositories/<repository owner's username>/<repository name>/issues
@relipse
Copy link
Author

relipse commented Feb 14, 2014

thanks to monodemono

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment