<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:11:45 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>FOLIO Jira</title>
    <link>https://folio-org.atlassian.net</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>1001.0.0-SNAPSHOT</version>
        <build-number>100246</build-number>
        <build-date>07-02-2024</build-date>
    </build-info>

<item>
            <title>[FOLIO-1225] Apply project navbar to issues.folio.org</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-1225</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description></description>
                <environment></environment>
        <key id="79479">FOLIO-1225</key>
            <summary>Apply project navbar to issues.folio.org</summary>
                <type id="10003" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium">Task</type>
                                            <priority id="10002" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p3.svg">P3</priority>
                        <status id="1" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="blue-gray"/>
                                    <resolution id="-1">Unresolved</resolution>
                                                        <assignee accountid="-1">Unassigned</assignee>
                                                                <reporter accountid="5ced27478b03050f27825a93">Peter Murray</reporter>
                                    <labels>
                    </labels>
                <created>Wed, 25 Apr 2018 13:01:39 +0000</created>
                <updated>Mon, 12 Nov 2018 14:24:23 +0000</updated>
                                                                                <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                    <timespent seconds="6300">1 hour, 45 minutes</timespent>
                                <comments>
                                                            <comment id="191376" author="5ced27478b03050f27825a93" created="Mon, 30 Apr 2018 20:26:57 +0000"  >&lt;p&gt;This is going to be harder than it should be because Jira doesn&apos;t have the equivalent functionality that Confluence has for inserting arbitrary HTML at the top and bottom of pages.&lt;/p&gt;</comment>
                                                            <comment id="191378" author="5ced27478b03050f27825a93" created="Mon, 30 Apr 2018 22:02:08 +0000"  >&lt;p&gt;There is a public request for the functionality: &lt;a href=&quot;https://jira.atlassian.com/browse/JRASERVER-39823&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;JRASERVER-39823: Custom HTML blocks for head, and end of body&lt;/a&gt;.  We can&apos;t use the &lt;a href=&quot;https://confluence.atlassian.com/adminjiraserver073/configuring-an-announcement-banner-861253135.html&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;announcement banner&lt;/a&gt; because that gets inserted &lt;em&gt;below&lt;/em&gt; Jira&apos;s toolbar.&lt;/p&gt;

&lt;p&gt; &lt;span class=&quot;error&quot;&gt;Unable to render embedded object: File (homepage-with-projectwide-navbar-as-banner-announcement.png.png) not found.&lt;/span&gt; &lt;/p&gt;
</comment>
                                                            <comment id="191381" author="5ced27478b03050f27825a93" created="Mon, 30 Apr 2018 22:28:30 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5f9abc1eb45b2e007453f423&quot; class=&quot;user-hover&quot; rel=&quot;5f9abc1eb45b2e007453f423&quot; data-account-id=&quot;5f9abc1eb45b2e007453f423&quot; accountid=&quot;5f9abc1eb45b2e007453f423&quot; rel=&quot;noreferrer&quot;&gt;John Malconian&lt;/a&gt;: This stinks, but it seems like in order to add a navigation header to the HTML of a Jira-rendered page, one needs to edit the raw JSP template files.  As near as I can tell without access to the server, these are the files in $JIRA_HOME:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;$JIRA_HOME/decorators/general-head-post.jsp&lt;/li&gt;
	&lt;li&gt;$JIRA_HOME/decorators/general-body-pre.jsp&lt;/li&gt;
	&lt;li&gt;$JIRA_HOME/decorators/general.jsp&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;(Changes from the first two get mirrored into the third.)  &lt;/p&gt;

&lt;p&gt;How would you like to handle this?  The snippets that need to be added are:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;tt&gt;&amp;lt;link href=&quot;https://dev.folio.org/assets/projectwide-navbar/v0.1.1/projectwide-navbar.css&quot; type=&quot;text/css&quot; rel=&quot;stylesheet&quot; /&amp;gt;&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;The contents between the HTML comments of &lt;a href=&quot;https://dev.folio.org/assets/projectwide-navbar/v0.1.1/projectwide-navbar.html&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://dev.folio.org/assets/projectwide-navbar/v0.1.1/projectwide-navbar.html&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;The HTML (and quite possibly the CSS) aren&apos;t set in stone yet, and the contents of the drop-down menus might change from time to time.  I&apos;ve done as best as I can with the Inspector in Chrome to make sure the additions of the CSS and snippet of HTML will not interfere with page functionality, but there may be things that I overlooked.&lt;/p&gt;

&lt;p&gt;Do you want to give me the ability to edit those Jira files and restart the Jira server (I don&apos;t think changes to the JSPs are picked up automatically by Tomcat when Jira is not running in debug/developer mode)?  Or do you want to add these changes as we have them now and have me contact you when updates are needed?&lt;/p&gt;</comment>
                                                            <comment id="191385" author="5ced27478b03050f27825a93" created="Mon, 30 Apr 2018 22:29:12 +0000"  >&lt;p&gt;And, of course, ever Jira software upgrade will mean having to make these modifications to the source files all over again.  What a PITA.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="80654">FOLIO-1224</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="63897" name="homepage-with-projectwide-navbar-as-banner-announcement.png" size="586649" author="5ced27478b03050f27825a93" created="Mon, 30 Apr 2018 21:02:01 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzyhzj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    </customfields>
    </item>
</channel>
</rss>