inp_req_ = requests.get(baseJiraUrl + "rest/api/2/search.....fields=assignee..."
response comes with a number of "assignee" related fields
for example
asigneeUrl
AssigneeId
AssigneeValue
Assignee
how do you exclude all other fields other than "assignee"
thanks
https://myJiraSrv-jiradev-2.pac.com:8443/rest/api/2/search?startAt=0&maxResults=50&jql=project='Some Proj' and issuetype ='Test'&fields=assignee",auth=('xuser','pswd'),verify=False)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Recommended Learning For You
Level up your skills with Atlassian learning
Atlassian DevOps Essentials
Learn to manage the product lifecycle by building, automating, and improving processes with Atlassian's approach to DevOps.
Jira Automation
Reduce project complexity and optimize your team's processes through the power of automation.
Bitbucket Pipelines Configuration
Build better software and release more often by learning how to implement a CI/CD solution with Bitbucket Pipelines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.