You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
comp.lead isn't defined, probably because the Project response doesn't have the full data.
However, if you then take the above and do this:
component = jira_client.Component.find(comp.id)
You do get the full Component object. So I guess the issue here is that you have to do a separate lookup to get the full Component data. Is this a known issue, or something to be remedied?
The text was updated successfully, but these errors were encountered:
When looking up components through a project, you don't get the full component's details.
Consider:
comp.lead
isn't defined, probably because the Project response doesn't have the full data.However, if you then take the above and do this:
You do get the full Component object. So I guess the issue here is that you have to do a separate lookup to get the full Component data. Is this a known issue, or something to be remedied?
The text was updated successfully, but these errors were encountered: