Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Jira Filter Iframe

Enrico Messall July 27, 2019

Hello,

 

i have an JIRA Server for my network. Now i want to display all activ tickets from one Project on my own website for all users. Is that possible?

JIRA Server (8.3)

Dear,

Enrico Messall

3 answers

0 votes
Roman Kersky
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.
July 29, 2019

HI, You can also try form "searchrequest-printable" 



<iframe src="https://jira-test.ru/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project%20%3D%20APS%20and%20created%20%3E%3D%20startOfMonth()&tempMax=1000" height="500px" width="1500px"/>

Enrico Messall July 29, 2019

Need to be logged in for that. Thats not working

0 votes
Muhammad Ramzan_Atlassian Certified Master_
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.
July 28, 2019

Its possible to embed jira issues to your webiste using jira issue collector. please read the following article and you will get an idea.

https://confluence.atlassian.com/adminjiraserver071/using-the-issue-collector-802592637.html

Muhammad Ramzan_Atlassian Certified Master_
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.
July 28, 2019

please note above links is to get issues from external website, not to display issues. 

0 votes
Mr J
Contributor
July 27, 2019

Hey Enrico, just wanted to confirm first, are you referring to somehow embedding the issues from your current Jira Server instance into your own website (a non-Atlassian product)? 

Any extra details you can provide would be swell :D 

Enrico Messall July 27, 2019 edited

Hello J, yes thats it. I want to show an filter result from jira on my (non-atlassian) website :)

Mr J
Contributor
July 27, 2019

Hey Enrico, I couldn't find much in this regard I'm afraid. I was able to find an add-on that would allow people to raise issues in your Jira directly from your website, but nothing much about embedding a Jira filter result in your website. From what little I know, Jira does not have a default embedding code or method that we can use.

A possible alternate method would be to use REST API to grab that filter result, and then show it in your website. Do you think that would be feasible? 

Suggest an answer

Log in or Sign up to answer