Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Blank Issue Type when Creating Jira Ticket #23

Closed
jonathancua opened this issue Oct 5, 2012 · 5 comments
Closed

Blank Issue Type when Creating Jira Ticket #23

jonathancua opened this issue Oct 5, 2012 · 5 comments
Assignees
Labels

Comments

@jonathancua
Copy link

I am using the following: Python 2.6, Sentry 5.0.14, sentry-jira plugin 0.6.6 and jira 5.1.4

I am able to successful configure the plugin and successfully linked the plugin to the jira server. I am also using the credentials of the jira administrator.

When I am creating a jira ticket based on a sentry issue, I see the following:
Error Communicating with JIRA, Please Check your configuration

and Issue Type is blank (there is nothing in the drop down menu).

I know that sentry can talk to the jira server because when I was configuring it was able to pull the different projects where it will be linked.

Let me know if you need any other information or if you need me to do something else.

@thurloat
Copy link
Contributor

thurloat commented Oct 5, 2012

after you've configured the plugin, do you see a default project dropdown menu in the config screen populated with the projects configured on your JIRA instance? (ignore this message, I didn't read your initial message closely enough)

@thurloat
Copy link
Contributor

thurloat commented Oct 5, 2012

on your JIRA instance, does the default project configured in sentry have any fixversions?

try visiting the url: https://{{SERVER_URL}}/rest/api/2/project/{{PROJECT_KEY}}/versions and check if it's an empty result.

@ghost ghost assigned thurloat Oct 5, 2012
thurloat added a commit that referenced this issue Oct 5, 2012
…ual form field was not required), so if a project doesn't have any fixversions to assign there shouldn't be any error thrown.

Work towards Issue #23
@jonathancua
Copy link
Author

I got this result when I tried visiting the url on a browser which I assume is empty result.

[]

But when I tried visiting this... https://{{SERVER_URL}}/rest/api/2/project/{{PROJECT_KEY}}
I didn't get an empty result...

It showed info like the id of the project, users, etc...

@thurloat
Copy link
Contributor

thurloat commented Oct 6, 2012

thanks for confirming my last commit :) -- I'll push up a new version to pypi soon

@thurloat thurloat closed this as completed Oct 6, 2012
@thurloat
Copy link
Contributor

thurloat commented Oct 6, 2012

@bichonfrise74 you can do an update from pypi, let me know if it works. In the meantime, I'll add a new test project to my JIRA instance with no fixversions so this doesn't regress.

thurloat added a commit that referenced this issue Oct 9, 2012
…uld be included.

fix some bugs around issue types and serializing user selectors

Issues #23, #24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants