Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some tweaks to the jira app #24

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

shoobbs
Copy link

@shoobbs shoobbs commented Nov 3, 2014

Hi Fred,

Hope all is well, I made few changes to this app to bring it more inline with app creation best practices.

The config.ini is now referenced under /local/config.ini instead of bin. This prevents config.ini deletion in the case of an app upgrade. I moved the sample file config.ini.sample to the default folder and changed the readme as well.

With regards to code changes, I found the was no way of specifying uri pathname. So I incorporated the key pathname to the config.ini and added some conditional states under the jira_rest.py, jirasoap.py, jiraxml.py to handle the case when jira endpoints are formated:
https://jira.example.com:443/jira

Pretty useful app :)

Cheers,

Neil

Neil Roy Chowdhury added 3 commits November 3, 2014 12:08
… on urls with uri paths. eg:

https://jira.example.com/jira

Moved the config.ini.sample from bin to default.
Added the key pathname to config.ini.sample
Adjusted jira_rest.py jira_soap.py and jira_xml.py to take uri pathname into account.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant