Not sure where to look anymore to try and find the solution here. I am missing the
Issues option in the side bar of a Jira Software project.
Solutions suggest I enable it via a Screens option in Project Settings that I am unable to find. I am Org Admin and have Administrator rights on this project.
Thanks!
For any people who find this question in the future: the "pluginUri" parameter should point to a URL/location that responds with the plugin .jar to GET requests.
This URL is passed into the UPM plugin for it to download and install.
See https://github.com/JCVI-VIRIFX/SampleTracking/tree/master/JiraPlugins, for I used this to try and reverse-engineer the API internals.
Hi!
Yiwei, let's use the method
https://github.com/AstroMatt/atlassian-python-api/blob/master/atlassian/jira.py#L329
Also, you can install throw pip our library.
Cheers,
Gonchik Tsymzhitov
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Gonchik Tsymzhitov, thanks for linking that.
I actually ended up writing my own wrapper around the UPM API after playing around with it and realizing how to use it, but the script you linked is super handy as a reference.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.