This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Is there an easy way to get a list of my changesets that have discussion comments?

9

Getting a simple list of changesets on a web page is easy - in my case it's https://www.openstreetmap.org/user/SomeoneElse/history, and on that page you can see how many discussion comments each one has. However finding the ones with comments can involve a bit of searching.

The API call for asking for several changesets supports various parameters (but not as far as I can see whether there's a discussion on not). The API call to get a single changeset can optionally return the changeset discussion.

My question is - has anyone put together anything that allows searching of those changesets with discussion comments? In OSM it's almost a given that someone somewhere will have written something already :)

asked 16 Jan '16, 22:57

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866
accept rate: 16%


2 Answers:

4

The 'how did you contribute' site now has this feature: How did you contribute to OpenStreetMap? - enter your username, then select the "discussed changesets" link.

answered 17 Jul '17, 15:12

Mike%20N's gravatar image

Mike N
2.9k22254
accept rate: 17%

edited 18 Jul '17, 11:35

2

Actually, I use a couple of other places to get to that list - clicking on a user name on http://resultmaps.neis-one.org/osm-discussions is one way, and the other is to get the UID by clicking on "changeset XML" on a changeset and then appending that number to "http://resultmaps.neis-one.org/osm-discussion-comments?uid="

(17 Jul '17, 15:32) SomeoneElse ♦

2

My knowledge about this quite popular feature request is only reflecting

https://github.com/openstreetmap/openstreetmap-website/issues/842

and

https://github.com/openstreetmap/openstreetmap-website/issues/1094

still not solved :-(

answered 18 Jan '16, 19:05

stephan75's gravatar image

stephan75
12.6k556210
accept rate: 6%

not only not solved--both are unfortunately closed!!

(19 Jan '16, 13:42) neuhausr
1

Actually no - 842's open and 1094's only closed because it is a duplicate of it.

(19 Jan '16, 13:47) SomeoneElse ♦

oops, misunderstood, thanks for the clarification. sure would be nice to have!

(19 Jan '16, 15:37) neuhausr

Source code available on GitHub .