0

I'm trying to export issues found in github.ibm.com, I tried many online solutions (Python scripts) but none of them is working. I tried this one as well: https://github.com/dtoczala/IBMCloud_GitLab_CSV

but it gives me the following error:

TypeError: 'Response' object is not subscriptable

  • So is your question specific to that script? What did you run, what is the call stack, ...? – data_henrik Jul 01 '19 at 06:09
  • No, it's not specific to this script, I tried the following as well : ```curl -i "https://api.github.com/repos///issues" -u "" ``` but it says: " Bad credentials.. even though my credentials are correct – Mohsen Mahmoud Jul 01 '19 at 11:25
  • But you said you wanted to get issues from github.ibm.com and not github.com. They are different and have different credentials – data_henrik Jul 01 '19 at 11:29
  • @data_henrik Here's the exact error I get when I try to use my Name and AccessToken as credentials ```"message": "Not Found", "documentation_url": "https://developer.github.com/enterprise/2.16/v3"``` – Mohsen Mahmoud Jul 01 '19 at 13:06
  • I'm trying this https://stackoverflow.com/questions/41369365/how-can-i-export-github-issues-to-excel .. but it says not found is because it's a private repo. Also, I'm not sure whether to use http://api.ghithub or just github ? – Mohsen Mahmoud Jul 01 '19 at 13:16

0 Answers0