Hi,
I am writing a python script and need to find the field "everBreached", but I can't see it anywhere.
The query project = TEST AND 'Time to first response' < 0
Brings back the results I want, and 'Time to first response' brings back the tickets I need, but I cannot find the field so I can do..
@Cosma Papouis I find that you have referenced the custom field very well. But if it is not being identified can you check the Contexts screen and where the custom field is being used. If your Jira Service Management Project is not exposed with the newly created custom field, you may not see this in your API.
Update: I have found the field I wanted, but now I am having issues referencing it.
I want the breached field from this
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you are looking for how the custom field value is retrieved, you have it on your ... menu on the right where you can do Edit details, Contexts and default value and other actions. If you hover over those options then it displays the custom field id in the url below:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I am trying to do this in python.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.