Skip to content

Add Jira integration #1136

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/workflows/jira.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Export issue to Jira

on:
issues:
types: [labeled]

permissions:
issues: write

jobs:
export:
uses: "puppetlabs/phoenix-github-actions/.github/workflows/jira.yml@main"
with:
jira-project: PUPDOC
jira-base-url: ${{ vars.jira_base_url }}
jira-user-email: ${{ vars.jira_user_email }}
secrets:
jira-api-token: ${{ secrets.JIRA_ISSUES_ACTION }}
27 changes: 20 additions & 7 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,25 +1,38 @@
# Puppet Docs

Curated documentation for Puppet.
Curated documentation and issue tracker for Puppet

## Where is everything?

Most of our documentation has been moved out of this repository. This repo contains:
* Some of our older, unmaintained documentation, which is deprecated and may be removed from this repo without further notice. For archived docs for unmaintained, unsupported versions of Puppet, see the [Puppet docs archive](https://github.com/puppetlabs/docs-archive).
* Reference documentation generated from code. This reference documentation is then rendered into HTML and included in the Puppet docs website.
* The issue tracker, which community members can use to suggest improvements to puppet.com/docs.

As of Puppet 5.5, Puppet docs were migrated into the DITA XML format and have been maintained in a CMS. We removed each migrated page from this repository, so that the old content wasn't accidentally published.

As of Facter 3.12, the Facter docs were migrated to DITA and organized as part of the Puppet doc set. Updates to 3.12 (and later) should be made in DITA, not in this repo. The generated `core_facts.md` file is still this repository, but has moved to the `puppet/x.y` folder instead of `facter/x.y`.

## Contributions from the Puppet community are welcome
## Reporting issues

If something in the documentation doesn't seem right, or if you think something important is missing, we want to hear from you! Please send us feedback in any of the following ways:
* Use the feedback form on the relevant page to send us details of the issue.
* Open a Jira ticket in the DOCUMENT project here: https://tickets.puppetlabs.com/projects/DOCUMENT/ Let us know the URL of the page, and describe the changes you think it needs.
* Email `docs@puppet.com` if you have questions about contributing to the documentation.
Community members can use this repository to suggest documentation improvements.
The Technical Publications team regularly monitors and triages issues and requests here.
Planning and roadmap activity takes place internally, so you might not see much activity until a writer begins actively working on a reported issue.

💡 Restriction: There are no SLA agreements for issues filed in this way, and customer reports take priority. If you have a support contract, you should raise issues via [support request](https://support.puppet.com/) to get them resolved expediently.

💡 Restriction: As this is a public repo, avoid including any confidential or sensitive information in issues filed.

1. To get started, use the [`Issues`](https://github.com/puppetlabs/puppet-enterprise_issues/issues) tab above.
2. Search the existing queue to see if your concern has already been reported:
* If the concern was reported, you can comment on it with additional information or react with a 👍
to add your support. You’ll get any future notifications of activity on that ticket.
* If the concern was not reported, you can file your own issue, following the issue template to include as much
helpful detail as you can. Include the full URL of the documentation webpage.

Thank you so much for helping us improve our products! Email `docs@puppet.com` if you have questions about contributing to the documentation.


## Copyright

Copyright (c) 2009-2021 Puppet, Inc. See LICENSE for details.
Copyright (c) 2009-2024 Puppet, Inc. See LICENSE for details.