There was some plugins to do that job before, but those are only for Jira Server.
I'm not sure which version of JIRA you are using. But the following applies to both,
https://api.github.com/repos/<repo-owner-name>/<repo-name>/issues?state:open
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey. Did you find a way to manage the formatting of github Markdown to Jira "markdown"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
this is not working for a private repo - does anyone have any advice on what else to do?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That URL is not working for me for a private repo in an organization. Not sure whether the fact that it's private or the fact that it's on an org is the problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@andremoura_we are trying to convert github issues to Jira issues. So we are using JSON to CSV here. If you want to convert to confluence - use json to markdown convertor using npm package
@Riley Shanahanand @J. Pablo Fernández private repos need to be authorized to access api data.. Use tools like postman and use basic credentials to fetch the result (if it is one time thing)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Basic auth in postman worked for me. Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am attempting to use the following (with the appropriate information):
https://api.github.com/repos/<repo-owner-name>/<repo-name>/issues?state:open
And the result is that I am simply getting the issues page of the repo. Am I missing something?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
late answer for the above private repo question, but you need to use OAUTH token to access: https://developer.github.com/v3/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.