Giter VIP home page Giter VIP logo

Comments (4)

duncanmapes avatar duncanmapes commented on June 1, 2024 1

nevermind, its showing up now. Must have been on my end.

from cloudquery.

erezrokah avatar erezrokah commented on June 1, 2024

Hi @duncanmapes, this seems like an error from Jira, can you specify which table returns that error?

from cloudquery.

duncanmapes avatar duncanmapes commented on June 1, 2024

hi @erezrokah yes that is a jira issue. The real problem I'm seeing is that the parent object isn't being returned for the jira_issues table.

I'm getting a parent "field" returned if I hit the rest endpoint directly. but its not being stored in the table.

"parent": {
      "id": "10547",
      "key": "DEV-487",
      "self": "https://xxx.atlassian.net/rest/api/3/issue/10547",
      "fields": {
        "summary": "Person Views",
        "status": {
          "self": "https://xxx.atlassian.net/rest/api/3/status/10001",
          "description": "",
          "iconUrl": "https://xxx.atlassian.net/",
          "name": "In Development",
          "id": "10001",
          "statusCategory": {
            "self": "https://xxx.atlassian.net/rest/api/3/statuscategory/4",
            "id": 4,
            "key": "indeterminate",
            "colorName": "yellow",
            "name": "In Progress"
          }
        },
        "priority": {
          "self": "https://xxx.atlassian.net/rest/api/3/priority/3",
          "iconUrl": "https://xxx.atlassian.net/images/icons/priorities/medium.svg",
          "name": "Medium",
          "id": "3"
        },
        "issuetype": {
          "self": "https://devgrid-inc.atlassian.net/rest/api/3/issuetype/10002",
          "id": "10002",
          "description": "Epics track collections of related bugs, stories, and tasks.",
          "iconUrl": "https://xxxx.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10307?size=medium",
          "name": "Epic",
          "subtask": false,
          "avatarId": 10307,
          "entityId": "xxx",
          "hierarchyLevel": 1
        }
      }
    }

from cloudquery.

erezrokah avatar erezrokah commented on June 1, 2024

Thanks for checking for following up 👍

from cloudquery.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.