| Summary: | Injected bug link should include url / context ID | ||
|---|---|---|---|
| Product: | [Community] PressGang CCMS | Reporter: | Joshua Wulf <jwulf> |
| Component: | Web-UI | Assignee: | Matthew Casperson <mcaspers> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.x | CC: | cbredesen, lcarlon, lnewson, topic-tool-list |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-07-02 00:34:30 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Joshua Wulf
2011-11-02 12:03:18 UTC
Fixed in 20111108-0820 Skynet instances can now be identified by a system property. Add a system property to the AS7 configuration.xml file called topicindex.instanceName: <system-properties> <property name="topicindex.instanceName" value="My Skynet Instance"/> </system-properties> This value is then added into the bug boilerplate details. It's not per-skynet instance, it's per-topic-instance. So essentially, per-build. If I build a Developer Guide, an Administrator Guide, and a dynamic website using the same topic, then there is only one bug link at the moment identifying the topic in all three. So I would need the ability to specify attributes like bugzilla product, component, etc when building each output, to arrive at a unique bug link. Fixed in 20120223-1538 There is a "Build Name" option in the "Build Docbook" tab that allows you to add a custom name to the build that is then included in the Bugzilla links (under the Bugzilla Environment field). In addition the Product, component, version and keyword elements of the Bugzilla link come from property tags that have been assigned to tags (usually a release tag like EAP 6 GA), which are then assigned to topics. With this setup you can define the build name property for each location (different guides, dynamic web site etc) so when the bugs are reported (to the same Bugzilla queue), you can tell what the source was. You can't (easily) define individual Bugzilla properties for each build, but I'm not sure I see the advantage of having bugs reported in different locations for the same topic. |