The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

What is the value reference for project type?

Chai Teng Ong (KXJN47)
August 21, 2017

Like value reference for summary is ("fields")("summary"). How about project type? Which to track the issue is under software or other fields.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 21, 2017

In what sense?  What's a "value reference"?  Where are you seeing ("fields")("summary") ?

Chai Teng Ong (KXJN47)
August 21, 2017

I'm using Excel VBA to get the json data from Jira, for example

Summary = Json("issues")("fields")("summary")

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 22, 2017

So its just field information.  I assume you are getting it over the REST interface?

The project "type" is a structural attribute of a project, not an issue field.  You'll need to make a call to read the project for an issue and look for the project type in the response.  It's under https://docs.atlassian.com/jira/REST/server/#api/2/project-getProject

Chai Teng Ong (KXJN47)
August 22, 2017

Can I have a sample of code in Excel VBA format?

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 22, 2017

Not from me I'm afraid.  I don't use any form of BASIC, and avoid spreadsheets like the plague as they're almost all wrong.

TAGS
AUG Leaders

Atlassian Community Events