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.
   ![Screenshot from 2022-07-25 
19-25-11](https://user-images.githubusercontent.com/1825333/180756240-eac5bc0b-c181-437d-b976-9831950362dd.png)
   
   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.
   ![Screenshot from 2022-07-25 
19-29-37](https://user-images.githubusercontent.com/1825333/180756539-47db365b-ef98-434f-8018-ace90fe0e56f.png)
   
   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

Reply via email to