Forums

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

Short Range View Filter / Chart

Bruce Thomas August 29, 2019

I would like to develop a filter / graph which will show all actions according to their start date for a range of 4-6 weeks from the current date.  This will be used as a Short Range View (SRV) to ensure we are properly preparing ourselves to start applicable tasks when they come into the weekly window. 

2 answers

1 accepted

0 votes
Answer accepted
jira guy
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 Leaders.
August 29, 2019

Good for you! :)

jira guy
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 Leaders.
August 29, 2019

Use JIRA Rest API to pull information to this graph. Thought you might need this support. 

Bruce Thomas August 29, 2019

I can try that

Bruce Thomas August 29, 2019

Can you explain the "Rest API"?

jira guy
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 Leaders.
August 29, 2019

You can try Jack's suggestion and see if it works for you.

You would need to know some kind of scripting to leverage data from JIRA using rest API. 

Here is the documentation on the API

https://docs.atlassian.com/software/jira/docs/api/REST/8.2.4/

Like Bruce Thomas likes this
Bruce Thomas August 29, 2019

I would like to show all actions starting within the next 4-6 weeks from time now. 

Bruce Thomas August 29, 2019

This is what I was thinking...

project in (PSNS, PSNSPLTEAM) AND issuetype in (Epic, Improvement, Prototype, Task) AND status in ("To Do") AND "Start date" >= startOfWeek(20) AND "Start date" <= endOfWeek(30) AND assignee in membersOf("psns1040-psns-c/1040 team")

jira guy
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 Leaders.
August 29, 2019

When you say all actions, what do you mean by that? 

Bruce Thomas August 29, 2019

Anything assigned to my Code in JIRA. 

0 votes
Jack Brickey
Community Champion
August 29, 2019

Why not use the created vs, resolved gadget and set your window of time?

Bruce Thomas August 29, 2019

ok

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events