I have a web app that has a part where it creates a JIRA issue when a create issue button is pressed:
```python
Welcome @Brandon Wick ,
Haven't seen a direct way to pull the ID for a value or a field through the UI. You can pull ID values through API.
Here's a post to get account ID:
For custom field, you can go to the custom field screen. Hover over the edit button next to the custom field you are interested in. You should see in the bottom left of the browser of the ID in the URL.
Hope this helps.
Hello @Brandon Wick
Are you using the PyPI Jira library?
https://pypi.org/project/jira/
Libraries like that are interfacing to the Jira REST API. If the library itself doesn't provide the info you're looking for, I think you'll have to go to the Jira REST API documentation itself to find out if required parameters have changed between the server/data center API and the Cloud API.
If you have a question about a specific field we can try to help you with that.
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.