pycontribs / jira

Python Jira library. Development chat available on https://matrix.to/#/#pycontribs:matrix.org
https://jira.readthedocs.io
BSD 2-Clause "Simplified" License
1.92k stars 857 forks source link

How to update Jira project settings? #447

Closed kirillka57 closed 5 years ago

kirillka57 commented 6 years ago

Hi,

I need to convert an existing Jira Cloud Software (or Jira Cloud Business) project into Jira Cloud Service Desk and then change a bunch of settings, such as Workflows, Fields, Screens, etc etc. Would appreciate some example of how to achieve that if it's possible to do now. If not, would appreciate adding this functionality in the future.

Thanks, Kirill

hdost commented 6 years ago

@kirillka57 Can you explain what you mean? It sounds like this may be outside the scope for this project. The library has the ability to interact with many aspects of the JIRA interface, but I believe what you are looking for is advice beyond simple interactions. If you want documentation on how this works then http://jira.readthedocs.io/en/latest/index.html should prove useful.

kirillka57 commented 6 years ago

Hi,

I was just wondering if your python module would (ever) allow one to edit project settings?

I worked around this limitation by using ret API calls directly, using Python's requests module... But was winding if you are going to support those natively...

Thanks, Kirill

On Nov 13, 2017 13:49, "Harold Dost" notifications@github.com wrote:

@kirillka57 https://github.com/kirillka57 Can you explain what you mean? It sounds like this may be outside the scope for this project. The library has the ability to interact with many aspects of the JIRA interface, but I believe what you are looking for is advice beyond simple interactions. If you want documentation on how this works then http://jira.readthedocs.io/en/latest/index.html should prove useful.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pycontribs/jira/issues/447#issuecomment-344018614, or mute the thread https://github.com/notifications/unsubscribe-auth/AHj-aLPtkm9yzVWN_0tgpQ3DlQafAmXCks5s2I9NgaJpZM4PlILa .

hdost commented 6 years ago

Contributions are always welcome, as an example here's the create_project function https://github.com/pycontribs/jira/blob/9d1697dd977833b307a271d6be7d350566b37393/jira/client.py#L2738

kirillka57 commented 6 years ago

Thanks, understood.

On Nov 14, 2017 07:57, "Harold Dost" notifications@github.com wrote:

Contributions are always welcome, as an example here's the create_project function https://github.com/pycontribs/jira/blob/ 9d1697dd977833b307a271d6be7d350566b37393/jira/client.py#L2738

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pycontribs/jira/issues/447#issuecomment-344251082, or mute the thread https://github.com/notifications/unsubscribe-auth/AHj-aCK2UA8hypsOsTzOHey5T8dTo6VVks5s2Y5BgaJpZM4PlILa .