mocobeta commented on issue #61: URL: https://github.com/apache/lucene-jira-archive/issues/61#issuecomment-1193872039
> I wonder what is the difference between creator and reporter? Oh I see, I (mikemccand) can create an issue but list another user as reporter. Curious ;) I wonder how often that has happened. I didn't know that, but I noticed we (reporters? committers?) can set an arbitrary username to `Reporter` fields in Jira.  In that case, `reporter` and `creator` is set to different values. For example, I changed Reporter field in https://issues.apache.org/jira/browse/LUCENE-10557 as follows.  Now, `creator` and `reporter` are different. ``` (.venv) migration $ cat jira-dump/LUCENE-10557.json | jq '.fields.creator.name' "tomoko" (.venv) migration $ cat jira-dump/LUCENE-10557.json | jq '.fields.reporter.name' "mikemccand" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org