[ 
https://issues.apache.org/jira/browse/LUCENE-10622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17555819#comment-17555819
 ] 

Tomoko Uchida commented on LUCENE-10622:
----------------------------------------

I can create a Personal Access Token 
[https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html|https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html],
 but GET REST API can be called without any authentication.

{code}
$ curl -s https://issues.apache.org/jira/rest/api/latest/issue/LUCENE-10557 | 
jq 
{
  "expand": 
"renderedFields,names,schema,operations,editmeta,changelog,versionedRepresentations",
  "id": "13443092",
  "self": "https://issues.apache.org/jira/rest/api/latest/issue/13443092";,
  "key": "LUCENE-10557",
  "fields": {
    "parent": {
      "id": "13442225",
      "key": "LUCENE-10543",
      "self": "https://issues.apache.org/jira/rest/api/2/issue/13442225";,
      "fields": {
        "summary": "Achieve contribution workflow perfection (with progress)",
        "status": {
          "self": "https://issues.apache.org/jira/rest/api/2/status/1";,
          "description": "The issue is open and ready for the assignee to start 
work on it.",
          "iconUrl": 
"https://issues.apache.org/jira/images/icons/statuses/open.png";,
          "name": "Open",
          "id": "1",
          "statusCategory": {
            "self": 
"https://issues.apache.org/jira/rest/api/2/statuscategory/2";,
            "id": 2,
            "key": "new",
            "colorName": "blue-gray",
            "name": "To Do"
          }
        },
        "priority": {
          "self": "https://issues.apache.org/jira/rest/api/2/priority/3";,
          "iconUrl": 
"https://issues.apache.org/jira/images/icons/priorities/major.svg";,
          "name": "Major",
          "id": "3"
        },
......
{code}

> Prepare complete migration script to GitHub issue from Jira (best effort)
> -------------------------------------------------------------------------
>
>                 Key: LUCENE-10622
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10622
>             Project: Lucene - Core
>          Issue Type: Sub-task
>            Reporter: Tomoko Uchida
>            Assignee: Tomoko Uchida
>            Priority: Major
>
> If we intend to move the history to GitHub, it should be perfect as far as 
> possible - significantly degraded copies of history are harmful, rather than 
> helpful for future contributors, I think.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to