XMLWordPrintable

      Suggestion from rvarakan@redhat.com is to implement a way to see Che upstream epic issues in JIRA to improve visibility & help w/ planning.

      Implementation idea from Nick:

      Snippet that will fetch GH issues (does not yet filter for kind/epic or status (must be open)):

      GHTOKEN=YOUR_TOKEN_HERE
      curl -sSq -H "Authorization: token ${GHTOKEN}" "https://api.github.com/repos/eclipse/che/issues?state=open&since=2019-07-12T15:00:00+01:00" | jq ".[] | .html_url,.title,.labels[].name,.milestone.title" | while read LINE; do if [[ $LINE == *"/issues/"* ]]; then echo ""; echo $LINE; else echo "  "$LINE; fi; done

              nickboldt Nick Boldt
              nickboldt Nick Boldt
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: