import json
Bug #581732 reported by
Daniel Holbach
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
harvest |
Fix Released
|
High
|
Daniel Holbach |
Bug Description
import json
Changed in harvest: | |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in harvest: | |
assignee: | nobody → Daniel Holbach (dholbach) |
status: | Triaged → In Progress |
Changed in harvest: | |
milestone: | none → 0.2.4 |
status: | In Progress → Fix Committed |
Changed in harvest: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This will also allow us to add optional data for opportunities that we can display if it is present or not.
Something like this could work for a simple bug opportunity:
{"source_package": "xine-lib", "short_ description" : 123456, "link": "https:/ /launchpad. net/bugs/ 123456", "description": "podcast crashes amarok", "severity": "undecided"}
source_package, short_description and link would be mandatory, description and severity optional pieces of data.