Forums

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

Can I Add milestiones in the Timeline or List View?

Marco Rodrigues
Contributor
July 26, 2021

As a PM I want to define a specific issue type (e.g Story ) as a milestone, so that I can follow the major achievements during a project. How can I apply that in the list view and timeline view? 

1 answer

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.
December 28, 2016

I don't know what the SDK has to do with this.

You run some JQL, you get a response which is a list of issues.  If you're in JIRA's UI, you will see that transformed into a report of some sort, whether a list in the issue navigator, a gadget result, a JIRA report, a board, etc etc etc. 

If you mean you're using the REST API, outside JIRA's UI, then see https://developer.atlassian.com/jiradev/jira-apis/jira-rest-apis/jira-rest-api-tutorials and have a good look at the one about "query issues".

If it's something else, I'm afraid you'll need to give us more of an explanation.

irfan ali
December 29, 2016

Hi Nic,

Sorry if I was not clear in my question, my ask is as below.

 1. I am trying to convert the JQL in the form of JSON request and run it using REST. 
 2. I am not using the JIRA UI and trying to connect to JIRA REST api using java, this is what I meant Java SDK.

I have found what I am looking for and thanks a lot for your time and sharing the link. Its useful.

Thanks,
Irfan Ali. 

Suggest an answer

Log in or Sign up to answer