AtlassianPS / JiraPS

PowerShell module to interact with Atlassian JIRA
https://AtlassianPS.org/module/JiraPS
MIT License
325 stars 131 forks source link

Get value of a custom field #449

Closed JoachimAs closed 2 years ago

JoachimAs commented 2 years ago

Description

I don't know this is possible a bug. I would like to return the value of a custom field.

Steps To Reproduce

Get-JiraIssue -Key "HELP-863" -Fields "customfield_15360" -Credential $cred

i get the ouput.

Key              Summary                                                                                                                                          Status                   Created
---              -------                                                                                                                                          ------                   -------
HELP-863

And thats all.

I hope is it posslible to help me.

lipkau commented 2 years ago

The data is there. It's just not shown in the console formatting rules.

image

if you capture the output to a variable, you will be able to use it field.