Difference between revisions of "Template talk:Jira"
(→Updating the format of this template: new section) |
|||
Line 30: | Line 30: | ||
::OK, done =) [[Image:Zai_signature.png|45px]] '''[[User:Zai Lynch|Lynch]]''' <sup><small>([[User talk:Zai Lynch|talk]]|[[Special:Contributions/Zai Lynch|contribs]])</small></sup> 23:35, 12 September 2008 (PDT) | ::OK, done =) [[Image:Zai_signature.png|45px]] '''[[User:Zai Lynch|Lynch]]''' <sup><small>([[User talk:Zai Lynch|talk]]|[[Special:Contributions/Zai Lynch|contribs]])</small></sup> 23:35, 12 September 2008 (PDT) | ||
== Updating the format of this template == | |||
As I mentioned on [[Template:JiraIssue]] I'm thinking it might be nice if this template could be expanded to be more consistent with [[Template:Issue]] to support type, resolution etc, creating plainer links only if those bits of information aren't provided, so we can include as rich or as simple a jira-link as we like.<br /> | |||
For example: | |||
<code><nowiki>{{Jira|VWR-7830|Automatically switch active group on group land|type=nf|resolution=open}}</nowiki></code> | |||
Would look like: | |||
[https://jira.secondlife.com/secure/ShowConstantsHelp.jspa?decorator=popup#IssueTypes [[Image:Issue Type-New_Feature.gif|width=16|height=16|link=New Feature - A new feature of the product, which has yet to be developed.]]] [https://jira.secondlife.com/secure/ShowConstantsHelp.jspa?decorator=popup#StatusTypes [[Image:Status-Open.gif|width=16|height=16|link=Open - The issue is open and ready for the assignee to start work on it.]]] [http://jira.secondlife.com/browse/VWR-7830 VWR-7830] <span style="font-size:smaller; color:gray;">[<span title="About">[http://wiki.secondlife.com/wiki/Template:Issues/VWR-7830 A]</span>, <span title="SLJiraStats">[http://www.sljirastats.com/VWR-7830 C]</span>]</span> - Automatically switch active group on group land | |||
Minus all the external/secure link icons of course, not sure how to get rid of those…<br/>-- '''[[User:Haravikk_Mistral|Haravikk]]''' <sup><small>([[User_talk:Haravikk_Mistral|talk]]|[[Special:Contributions/Haravikk_Mistral|contribs]])</small></sup> 03:40, 21 April 2011 (PDT) |
Revision as of 02:40, 21 April 2011
tweaking to make it more usable
If the string parser functions were installed (it's listed in Jira), you could skip out the alt parameter and expand the abbreviation to the full name.
As it stands I could probably tweak this a bit :-D
SignpostMarv Martin 17:35, 18 January 2007 (PST)
https vs http
The current template uses https: to access to jira.secondlife.com. I think http: is better for this purpose, because (1) http is lightweight over https, and (2) an https: URL is rendered with "Locked" icon that may scare users.
-- Alissa Sabre 23:55, 26 October 2007 (PDT)
Do to the way JIRA keeps session information, we have to use https for it to work throughout JIRA. We could log onto JIRA, and then later use the wikipage to get directly to a jira issue and edit it without the need to relogin. It is a bit of a pain because of the potential lag, but it heals the relogin issue. Normally, users would have raw jira accounts, and the http method would work fine, but the SL users have a special user account that doesn't work currently as a raw jira user account. This template is used heavily for the triage agendas, so we can expect the need to edit without constant a re-login prompt.
How about an optional variable to this template?
- Dzonatas Sol 07:17, 27 October 2007 (PDT)
Link decoration
I would like to add <span class="plainlinks"> to this template in order to make the links look nicer. It would also solve "looks scary for new users" problem, Alissa Sabre referred to in the previous comment.
Objections?
(P.S.: Just partly related, but is there a way to have a link beeing not underlined?)
Greetz, Lynch (talk|contribs) 13:26, 11 September 2008 (PDT)
- I have no problem with plainlinks being added, I don't think the underline decoration can be removed. -- Strife (talk|contribs) 09:52, 12 September 2008 (PDT)
Updating the format of this template
As I mentioned on Template:JiraIssue I'm thinking it might be nice if this template could be expanded to be more consistent with Template:Issue to support type, resolution etc, creating plainer links only if those bits of information aren't provided, so we can include as rich or as simple a jira-link as we like.
For example:
{{Jira|VWR-7830|Automatically switch active group on group land|type=nf|resolution=open}}
Would look like:
VWR-7830 [A, C] - Automatically switch active group on group land
Minus all the external/secure link icons of course, not sure how to get rid of those…
-- Haravikk (talk|contribs) 03:40, 21 April 2011 (PDT)