sf2github icon indicating copy to clipboard operation
sf2github copied to clipboard

Parse the json and create a txt with the issues

Open Utumno opened this issue 10 years ago • 0 comments

It would be extremely useful if your script could print out the issues from the json in a human readable format. This would help in manually tweaking and transferring the issues. Could be:

[Number]Title
Sf Labels
\n
OP
\n
Reply1
\n
...
ReplyN
\n
sourceforge URL

Should be possible to specify only closed/open issues and also print the issues in one common file or many (file per issue).

I understand that you want to post the issues automatically in GitHub but, since you parse the json anyway, adding the ability to manually transfer/inspect the issues will be hopefully easy and very welcome - as one may be interested in transferring only a part of the issues, after editing them.

You may alternatively consider a SFIssue class and allow users easily print it in a format they like. Allowing the scripts to read the (possible edited) print outs of this class and transfer those to github would be a plus.

Ideally this functionality should not depend on http modules

Utumno avatar Apr 09 '14 14:04 Utumno